#6f8516

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

Shades of Olive Drab #6F8516

Tints of Olive Drab #6F8516

Color information

#6F8516 (or 0x6F8516) is unknown color: approx Olive Drab. HEX triplet: 6F, 85 and 16. RGB value is (111,133,22). Sum of RGB (Red+Green+Blue) = 111+133+22=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8516 is #907AE9. Grayscale: #727272. Windows color (decimal): -9468650 or 1475951. OLE color: 1475951.

HSL color Cylindrical-coordinate representation of color #6F8516: hue angle of 71.89º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F8516 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB11113322-
CMYK0.1700.830.48
HSL71.89º71.61%30.39%-
HSV(B)71.89º83.46%52.16%-
XYZ15.0920.213.87-
YUV113.7776.21126.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 133 (52.34% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 8.27%
R=41.73%
G=50%
B=8.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111133220.1700.830.4871.8971.6130.39
Hex6F8516110533048481e
Octal157205262101236011011036
Binary1101111100001011011010001010100111100001001000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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