#6F8121

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

Shades of Olive Drab #6F8121

Tints of Olive Drab #6F8121

Color information

#6F8121 (or 0x6F8121) is unknown color: approx Olive Drab. HEX triplet: 6F, 81 and 21. RGB value is (111,129,33). Sum of RGB (Red+Green+Blue) = 111+129+33=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8121 is #907EDE. Grayscale: #717171. Windows color (decimal): -9469663 or 2195823. OLE color: 2195823.

HSL color Cylindrical-coordinate representation of color #6F8121: hue angle of 71.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F8121 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB11112933-
CMYK0.1400.740.49
HSL71.25º59.26%31.76%-
HSV(B)71.25º74.42%50.59%-
XYZ14.6819.194.37-
YUV112.6783.04126.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.66%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=40.66%
G=47.25%
B=12.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111129330.1400.740.4971.2559.2631.76
Hex6F8121E04A31473b20
Octal15720141160112611077340
Binary1101111100000011000011110010010101100011000111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,33); }

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

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

 a { background-color: rgb(111,129,33); }

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

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

 span { border-color: rgb(111,129,33); }

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