#6C8814

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

Shades of Olive Drab #6C8814

Tints of Olive Drab #6C8814

Color information

#6C8814 (or 0x6C8814) is unknown color: approx Olive Drab. HEX triplet: 6C, 88 and 14. RGB value is (108,136,20). Sum of RGB (Red+Green+Blue) = 108+136+20=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8814 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8814 is #9377EB. Grayscale: #727272. Windows color (decimal): -9664492 or 1345644. OLE color: 1345644.

HSL color Cylindrical-coordinate representation of color #6C8814: hue angle of 74.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C8814 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB10813620-
CMYK0.2100.850.47
HSL74.48º74.36%30.59%-
HSV(B)74.48º85.29%53.33%-
XYZ15.1120.853.89-
YUV114.474.72123.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.91%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=40.91%
G=51.52%
B=7.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108136200.2100.850.4774.4874.3630.59
Hex6C8814150552F4a4a1f
Octal154210242501255711211237
Binary1101100100010001010010101010101011011111001010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,20); }

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

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

 a { background-color: rgb(108,136,20); }

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

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

 span { border-color: rgb(108,136,20); }

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