#6F912D

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

Shades of Olive Drab #6F912D

Tints of Olive Drab #6F912D

Color information

#6F912D (or 0x6F912D) is unknown color: approx Olive Drab. HEX triplet: 6F, 91 and 2D. RGB value is (111,145,45). Sum of RGB (Red+Green+Blue) = 111+145+45=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #6F912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F912D is #906ED2. Grayscale: #7B7B7B. Windows color (decimal): -9465555 or 2986351. OLE color: 2986351.

HSL color Cylindrical-coordinate representation of color #6F912D: hue angle of 80.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F912D is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB11114545-
CMYK0.2300.690.43
HSL80.4º52.63%37.25%-
HSV(B)80.4º68.97%56.86%-
XYZ17.1523.826.18-
YUV123.4383.74119.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 45 (17.97% from 255) = 14.95%
R=36.88%
G=48.17%
B=14.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111145450.2300.690.4380.452.6337.25
Hex6F912D170452B503525
Octal15722155270105531206545
Binary11011111001000110110110111010001011010111010000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F912D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,45); }

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

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

 a { background-color: rgb(111,145,45); }

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

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

 span { border-color: rgb(111,145,45); }

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