#6C8E05

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

Shades of Olive Drab #6C8E05

Tints of Olive Drab #6C8E05

Color information

#6C8E05 (or 0x6C8E05) is unknown color: approx Olive Drab. HEX triplet: 6C, 8E and 05. RGB value is (108,142,5). Sum of RGB (Red+Green+Blue) = 108+142+5=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 142 (55.86% from 255 or 55.69% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8E05 is #9371FA. Grayscale: #747474. Windows color (decimal): -9662971 or 364140. OLE color: 364140.

HSL color Cylindrical-coordinate representation of color #6C8E05: hue angle of 74.89º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C8E05 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1081425-
CMYK0.2400.960.44
HSL74.89º93.2%28.82%-
HSV(B)74.89º96.48%55.69%-
XYZ15.8822.553.66-
YUV116.2265.24122.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 142 (55.86% from 255) = 55.69%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=42.35%
G=55.69%
B=1.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10814250.2400.960.4474.8993.228.82
Hex6C8E5180602C4b5d1d
Octal15421653001405411313535
Binary11011001000111010111000011000001011001001011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,5); }

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

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

 a { background-color: rgb(108,142,5); }

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

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

 span { border-color: rgb(108,142,5); }

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