#6C8612

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

Shades of Olive Drab #6C8612

Tints of Olive Drab #6C8612

Color information

#6C8612 (or 0x6C8612) is unknown color: approx Olive Drab. HEX triplet: 6C, 86 and 12. RGB value is (108,134,18). Sum of RGB (Red+Green+Blue) = 108+134+18=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8612 is #9379ED. Grayscale: #717171. Windows color (decimal): -9665006 or 1214060. OLE color: 1214060.

HSL color Cylindrical-coordinate representation of color #6C8612: hue angle of 73.45º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C8612 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10813418-
CMYK0.1900.870.47
HSL73.45º76.32%29.8%-
HSV(B)73.45º86.57%52.55%-
XYZ14.8220.283.71-
YUV11374.39124.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 134 (52.73% from 255) = 51.54%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=41.54%
G=51.54%
B=6.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134180.1900.870.4773.4576.3229.8
Hex6C8612130572F494c1e
Octal154206222301275711111436
Binary1101100100001101001010011010101111011111001001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,134,18); }

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

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

 a { background-color: rgb(108,134,18); }

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

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

 span { border-color: rgb(108,134,18); }

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