#6F8129

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

Shades of Olive Drab #6F8129

Tints of Olive Drab #6F8129

Color information

#6F8129 (or 0x6F8129) is unknown color: approx Olive Drab. HEX triplet: 6F, 81 and 29. RGB value is (111,129,41). Sum of RGB (Red+Green+Blue) = 111+129+41=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8129 is #907ED6. Grayscale: #717171. Windows color (decimal): -9469655 or 2720111. OLE color: 2720111.

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

Color convert

RGB11112941-
CMYK0.1400.680.49
HSL72.27º51.76%33.33%-
HSV(B)72.27º68.22%50.59%-
XYZ14.8119.245.03-
YUV113.5987.04126.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=39.50%
G=45.91%
B=14.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111129410.1400.680.4972.2751.7633.33
Hex6F8129E04431483421
Octal15720151160104611106441
Binary1101111100000011010011110010001001100011001000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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