#69860A

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

Shades of Olive Drab #69860A

Tints of Olive Drab #69860A

Color information

#69860A (or 0x69860A) is unknown color: approx Olive Drab. HEX triplet: 69, 86 and 0A. RGB value is (105,134,10). Sum of RGB (Red+Green+Blue) = 105+134+10=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #69860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69860A is #9679F5. Grayscale: #6F6F6F. Windows color (decimal): -9861622 or 689769. OLE color: 689769.

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

Color convert

RGB10513410-
CMYK0.2200.930.47
HSL74.03º86.11%28.24%-
HSV(B)74.03º92.54%52.55%-
XYZ14.4120.083.4-
YUV111.1970.89123.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 10 (4.30% from 255) = 4.02%
R=42.17%
G=53.82%
B=4.02%

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
Decimal105134100.2200.930.4774.0386.1128.24
Hex6986A1605D2F4a561c
Octal151206122601355711212634
Binary110100110000110101010110010111011011111001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69860A; }

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

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

<style>
 a { background-color: #69860A; }

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

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

<style>
 span { border-color: #69860A; }

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

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