#6A9129

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

Shades of Olive Drab #6A9129

Tints of Olive Drab #6A9129

Color information

#6A9129 (or 0x6A9129) is unknown color: approx Olive Drab. HEX triplet: 6A, 91 and 29. RGB value is (106,145,41). Sum of RGB (Red+Green+Blue) = 106+145+41=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9129 is #956ED6. Grayscale: #797979. Windows color (decimal): -9793239 or 2724202. OLE color: 2724202.

HSL color Cylindrical-coordinate representation of color #6A9129: hue angle of 82.5º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A9129 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB10614541-
CMYK0.2700.720.43
HSL82.5º55.91%36.47%-
HSV(B)82.5º71.72%56.86%-
XYZ16.4723.485.76-
YUV121.4882.58116.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 145 (57.03% from 255) = 49.66%
BLUE value IS 41 (16.41% from 255) = 14.04%
R=36.30%
G=49.66%
B=14.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106145410.2700.720.4382.555.9136.47
Hex6A91291B0482B523824
Octal15222151330110531227044
Binary11010101001000110100111011010010001010111010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,41); }

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

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

 a { background-color: rgb(106,145,41); }

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

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

 span { border-color: rgb(106,145,41); }

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