#6C880A

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

Shades of Olive Drab #6C880A

Tints of Olive Drab #6C880A

Color information

#6C880A (or 0x6C880A) is unknown color: approx Olive Drab. HEX triplet: 6C, 88 and 0A. RGB value is (108,136,10). Sum of RGB (Red+Green+Blue) = 108+136+10=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #6C880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C880A is #9377F5. Grayscale: #717171. Windows color (decimal): -9664502 or 690284. OLE color: 690284.

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

Color convert

RGB10813610-
CMYK0.2100.930.47
HSL73.33º86.3%28.63%-
HSV(B)73.33º92.65%53.33%-
XYZ15.0420.823.51-
YUV113.2669.72124.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 136 (53.52% from 255) = 53.54%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=42.52%
G=53.54%
B=3.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108136100.2100.930.4773.3386.328.63
Hex6C88A1505D2F49561d
Octal154210122501355711112635
Binary110110010001000101010101010111011011111001001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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