#6A860A

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

Shades of Olive Drab #6A860A

Tints of Olive Drab #6A860A

Color information

#6A860A (or 0x6A860A) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 0A. RGB value is (106,134,10). Sum of RGB (Red+Green+Blue) = 106+134+10=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #6A860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A860A is #9579F5. Grayscale: #6F6F6F. Windows color (decimal): -9796086 or 689770. OLE color: 689770.

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

Color convert

RGB10613410-
CMYK0.2100.930.47
HSL73.55º86.11%28.24%-
HSV(B)73.55º92.54%52.55%-
XYZ14.5220.143.41-
YUV111.4970.72124.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 134 (52.73% from 255) = 53.6%
BLUE value IS 10 (4.30% from 255) = 4%
R=42.4%
G=53.6%
B=4%

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
Decimal106134100.2100.930.4773.5586.1128.24
Hex6A86A1505D2F4a561c
Octal152206122501355711212634
Binary110101010000110101010101010111011011111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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