#6B860A

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

Shades of Olive Drab #6B860A

Tints of Olive Drab #6B860A

Color information

#6B860A (or 0x6B860A) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 0A. RGB value is (107,134,10). Sum of RGB (Red+Green+Blue) = 107+134+10=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #6B860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B860A is #9479F5. Grayscale: #707070. Windows color (decimal): -9730550 or 689771. OLE color: 689771.

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

Color convert

RGB10713410-
CMYK0.2000.930.47
HSL73.06º86.11%28.24%-
HSV(B)73.06º92.54%52.55%-
XYZ14.6420.23.41-
YUV111.7970.55124.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=42.63%
G=53.39%
B=3.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134100.2000.930.4773.0686.1128.24
Hex6B86A1405D2F49561c
Octal153206122401355711112634
Binary110101110000110101010100010111011011111001001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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