#6C8A0B

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

Shades of Olive Drab #6C8A0B

Tints of Olive Drab #6C8A0B

Color information

#6C8A0B (or 0x6C8A0B) is unknown color: approx Olive Drab. HEX triplet: 6C, 8A and 0B. RGB value is (108,138,11). Sum of RGB (Red+Green+Blue) = 108+138+11=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8A0B is #9375F4. Grayscale: #737373. Windows color (decimal): -9663989 or 756332. OLE color: 756332.

HSL color Cylindrical-coordinate representation of color #6C8A0B: hue angle of 74.17º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C8A0B is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB10813811-
CMYK0.2200.920.46
HSL74.17º85.23%29.22%-
HSV(B)74.17º92.03%54.12%-
XYZ15.3321.393.64-
YUV114.5569.56123.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 138 (54.30% from 255) = 53.70%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=42.02%
G=53.70%
B=4.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108138110.2200.920.4674.1785.2329.22
Hex6C8AB1605C2E4a551d
Octal154212132601345611212535
Binary110110010001010101110110010111001011101001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,11); }

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

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

 a { background-color: rgb(108,138,11); }

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

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

 span { border-color: rgb(108,138,11); }

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