#6C8C19

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

Shades of Olive Drab #6C8C19

Tints of Olive Drab #6C8C19

Color information

#6C8C19 (or 0x6C8C19) is unknown color: approx Olive Drab. HEX triplet: 6C, 8C and 19. RGB value is (108,140,25). Sum of RGB (Red+Green+Blue) = 108+140+25=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 140 (55.08% from 255 or 51.28% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C19 is #9373E6. Grayscale: #757575. Windows color (decimal): -9663463 or 1674348. OLE color: 1674348.

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

Color convert

RGB10814025-
CMYK0.2300.820.45
HSL76.7º69.7%32.35%-
HSV(B)76.7º82.14%54.9%-
XYZ15.7422.014.34-
YUV117.3275.9121.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 140 (55.08% from 255) = 51.28%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=39.56%
G=51.28%
B=9.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140250.2300.820.4576.769.732.35
Hex6C8C19170522D4d4620
Octal154214312701225511510640
Binary11011001000110011001101110101001010110110011011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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