#739306

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

Shades of Olive #739306

Tints of Olive #739306

Color information

#739306 (or 0x739306) is unknown color: approx Olive. HEX triplet: 73, 93 and 06. RGB value is (115,147,6). Sum of RGB (Red+Green+Blue) = 115+147+6=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #739306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739306 is #8C6CF9. Grayscale: #797979. Windows color (decimal): -9202938 or 430963. OLE color: 430963.

HSL color Cylindrical-coordinate representation of color #739306: hue angle of 73.62º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #739306 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1151476-
CMYK0.2200.960.42
HSL73.62º92.16%30%-
HSV(B)73.62º95.92%57.65%-
XYZ17.5424.533.98-
YUV121.3662.9123.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 6 (2.73% from 255) = 2.24%
R=42.91%
G=54.85%
B=2.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11514760.2200.960.4273.6292.1630
Hex73936160602A4a5c1e
Octal16322362601405211213436
Binary11100111001001111010110011000001010101001010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739306; }

 p { color: rgb(115,147,6); }

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

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

 a { background-color: rgb(115,147,6); }

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

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

 span { border-color: rgb(115,147,6); }

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