#6F8F20

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

Shades of Olive Drab #6F8F20

Tints of Olive Drab #6F8F20

Color information

#6F8F20 (or 0x6F8F20) is unknown color: approx Olive Drab. HEX triplet: 6F, 8F and 20. RGB value is (111,143,32). Sum of RGB (Red+Green+Blue) = 111+143+32=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8F20 is #9070DF. Grayscale: #797979. Windows color (decimal): -9466080 or 2133871. OLE color: 2133871.

HSL color Cylindrical-coordinate representation of color #6F8F20: hue angle of 77.3º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F8F20 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB11114332-
CMYK0.2200.780.44
HSL77.3º63.43%34.31%-
HSV(B)77.3º77.62%56.08%-
XYZ16.6423.134.95-
YUV120.7877.9121.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 143 (56.25% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 11.19%
R=38.81%
G=50%
B=11.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111143320.2200.780.4477.363.4334.31
Hex6F8F201604E2C4d3f22
Octal15721740260116541157742
Binary11011111000111110000010110010011101011001001101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,143,32); }

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

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

 a { background-color: rgb(111,143,32); }

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

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

 span { border-color: rgb(111,143,32); }

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