#6C8C13

Color #6C8C13 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6C8C13

Tints of Olive Drab #6C8C13

Color information

#6C8C13 (or 0x6C8C13) is unknown color: approx Olive Drab. HEX triplet: 6C, 8C and 13. RGB value is (108,140,19). Sum of RGB (Red+Green+Blue) = 108+140+19=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C13 is #9373EC. Grayscale: #757575. Windows color (decimal): -9663469 or 1281132. OLE color: 1281132.

HSL color Cylindrical-coordinate representation of color #6C8C13: hue angle of 75.87º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C8C13 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB10814019-
CMYK0.2300.860.45
HSL75.87º76.1%31.18%-
HSV(B)75.87º86.43%54.9%-
XYZ15.6821.994.03-
YUV116.6472.9121.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=40.45%
G=52.43%
B=7.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140190.2300.860.4575.8776.131.18
Hex6C8C13170562D4c4c1f
Octal154214232701265511411437
Binary1101100100011001001110111010101101011011001100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8C13; }

 p { color: rgb(108,140,19); }

 H1.HeaderClassName
 {
   color: #6C8C13;
 }
 .AnyTagClassName
 {
   color: #6C8C13;
 }
</style>
background-color css

<style>
 a { background-color: #6C8C13; }

 a { background-color: rgb(108,140,19); }

 div.DivClassName
 {
   background-color: #6C8C13;
 }
 .BgClassName
 {
   background-color: #6C8C13;
 }
</style>
border-color css

<style>
 span { border-color: #6C8C13; }

 span { border-color: rgb(108,140,19); }

 td.TdClassName
 {
   border-color: #6C8C13;
 }
 .TagClassName
 {
   border-color: #6C8C13;
 }
</style>