#6A8910

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

Shades of Olive Drab #6A8910

Tints of Olive Drab #6A8910

Color information

#6A8910 (or 0x6A8910) is unknown color: approx Olive Drab. HEX triplet: 6A, 89 and 10. RGB value is (106,137,16). Sum of RGB (Red+Green+Blue) = 106+137+16=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8910 is #9576EF. Grayscale: #727272. Windows color (decimal): -9795312 or 1083754. OLE color: 1083754.

HSL color Cylindrical-coordinate representation of color #6A8910: hue angle of 75.37º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A8910 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB10613716-
CMYK0.2300.880.46
HSL75.37º79.08%30%-
HSV(B)75.37º88.32%53.73%-
XYZ14.9820.993.75-
YUV113.9472.73122.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.93%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=40.93%
G=52.90%
B=6.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137160.2300.880.4675.3779.0830
Hex6A8910170582E4b4f1e
Octal152211202701305611311736
Binary1101010100010011000010111010110001011101001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,16); }

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

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

 a { background-color: rgb(106,137,16); }

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

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

 span { border-color: rgb(106,137,16); }

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