#739122

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

Shades of Olive Drab #739122

Tints of Olive Drab #739122

Color information

#739122 (or 0x739122) is unknown color: approx Olive Drab. HEX triplet: 73, 91 and 22. RGB value is (115,145,34). Sum of RGB (Red+Green+Blue) = 115+145+34=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #739122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739122 is #8C6EDD. Grayscale: #7B7B7B. Windows color (decimal): -9203422 or 2265459. OLE color: 2265459.

HSL color Cylindrical-coordinate representation of color #739122: hue angle of 76.22º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #739122 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB11514534-
CMYK0.2100.770.43
HSL76.22º62.01%35.1%-
HSV(B)76.22º76.55%56.86%-
XYZ17.4824.015.23-
YUV123.3877.56122.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 145 (57.03% from 255) = 49.32%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=39.12%
G=49.32%
B=11.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal115145340.2100.770.4376.2262.0135.1
Hex7391221504D2B4c3e23
Octal16322142250115531147643
Binary11100111001000110001010101010011011010111001100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739122; }

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

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

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

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

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

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

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

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