#6F9916

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

Shades of Olive Drab #6F9916

Tints of Olive Drab #6F9916

Color information

#6F9916 (or 0x6F9916) is unknown color: approx Olive Drab. HEX triplet: 6F, 99 and 16. RGB value is (111,153,22). Sum of RGB (Red+Green+Blue) = 111+153+22=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9916 is #9066E9. Grayscale: #7D7D7D. Windows color (decimal): -9463530 or 1481071. OLE color: 1481071.

HSL color Cylindrical-coordinate representation of color #6F9916: hue angle of 79.24º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F9916 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB11115322-
CMYK0.2700.860.4
HSL79.24º74.86%34.31%-
HSV(B)79.24º85.62%60%-
XYZ18.0926.224.87-
YUV125.5169.59117.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=38.81%
G=53.50%
B=7.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal111153220.2700.860.479.2474.8634.31
Hex6F99161B056284f4b22
Octal157231263301265011711342
Binary11011111001100110110110110101011010100010011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,153,22); }

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

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

 a { background-color: rgb(111,153,22); }

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

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

 span { border-color: rgb(111,153,22); }

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