#6c8c0c

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

Shades of Olive Drab #6C8C0C

Tints of Olive Drab #6C8C0C

Color information

#6C8C0C (or 0x6C8C0C) is unknown color: approx Olive Drab. HEX triplet: 6C, 8C and 0C. RGB value is (108,140,12). Sum of RGB (Red+Green+Blue) = 108+140+12=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8C0C is #9373F3. Grayscale: #747474. Windows color (decimal): -9663476 or 822380. OLE color: 822380.

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

Color convert

RGB10814012-
CMYK0.2300.910.45
HSL75º84.21%29.8%-
HSV(B)75º91.43%54.9%-
XYZ15.6321.973.76-
YUV115.8469.4122.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 140 (55.08% from 255) = 53.85%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=41.54%
G=53.85%
B=4.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140120.2300.910.457584.2129.8
Hex6C8CC1705B2D4b541e
Octal154214142701335511312436
Binary110110010001100110010111010110111011011001011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c8c0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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