#739129

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

Shades of Olive Drab #739129

Tints of Olive Drab #739129

Color information

#739129 (or 0x739129) is unknown color: approx Olive Drab. HEX triplet: 73, 91 and 29. RGB value is (115,145,41). Sum of RGB (Red+Green+Blue) = 115+145+41=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #739129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739129 is #8C6ED6. Grayscale: #7C7C7C. Windows color (decimal): -9203415 or 2724211. OLE color: 2724211.

HSL color Cylindrical-coordinate representation of color #739129: hue angle of 77.31º 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 #739129 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB11514541-
CMYK0.2100.720.43
HSL77.31º55.91%36.47%-
HSV(B)77.31º71.72%56.86%-
XYZ17.624.065.81-
YUV124.1781.06121.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.21%
GREEN value IS 145 (57.03% from 255) = 48.17%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=38.21%
G=48.17%
B=13.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115145410.2100.720.4377.3155.9136.47
Hex739129150482B4d3824
Octal16322151250110531157044
Binary11100111001000110100110101010010001010111001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739129; }

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

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

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

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

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

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

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

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