#6E9616

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

Shades of Olive Drab #6E9616

Tints of Olive Drab #6E9616

Color information

#6E9616 (or 0x6E9616) is unknown color: approx Olive Drab. HEX triplet: 6E, 96 and 16. RGB value is (110,150,22). Sum of RGB (Red+Green+Blue) = 110+150+22=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #6E9616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9616 is #9169E9. Grayscale: #7B7B7B. Windows color (decimal): -9529834 or 1480302. OLE color: 1480302.

HSL color Cylindrical-coordinate representation of color #6E9616: hue angle of 78.75º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E9616 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB11015022-
CMYK0.2700.850.41
HSL78.75º74.42%33.73%-
HSV(B)78.75º85.33%58.82%-
XYZ17.4825.194.7-
YUV123.4570.75118.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 150 (58.98% from 255) = 53.19%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=39.01%
G=53.19%
B=7.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110150220.2700.850.4178.7574.4233.73
Hex6E96161B055294f4a22
Octal156226263301255111711242
Binary11011101001011010110110110101010110100110011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,150,22); }

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

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

 a { background-color: rgb(110,150,22); }

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

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

 span { border-color: rgb(110,150,22); }

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