#6A880A

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

Shades of Olive Drab #6A880A

Tints of Olive Drab #6A880A

Color information

#6A880A (or 0x6A880A) is unknown color: approx Olive Drab. HEX triplet: 6A, 88 and 0A. RGB value is (106,136,10). Sum of RGB (Red+Green+Blue) = 106+136+10=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #6A880A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A880A is #9577F5. Grayscale: #717171. Windows color (decimal): -9795574 or 690282. OLE color: 690282.

HSL color Cylindrical-coordinate representation of color #6A880A: hue angle of 74.29º 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 #6A880A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB10613610-
CMYK0.2200.930.47
HSL74.29º86.3%28.63%-
HSV(B)74.29º92.65%53.33%-
XYZ14.820.693.5-
YUV112.6770.06123.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=42.06%
G=53.97%
B=3.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106136100.2200.930.4774.2986.328.63
Hex6A88A1605D2F4a561d
Octal152210122601355711212635
Binary110101010001000101010110010111011011111001010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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