#739004

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

Shades of Olive #739004

Tints of Olive #739004

Color information

#739004 (or 0x739004) is unknown color: approx Olive. HEX triplet: 73, 90 and 04. RGB value is (115,144,4). Sum of RGB (Red+Green+Blue) = 115+144+4=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #739004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739004 is #8C6FFB. Grayscale: #777777. Windows color (decimal): -9203708 or 299123. OLE color: 299123.

HSL color Cylindrical-coordinate representation of color #739004: hue angle of 72.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #739004 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1151444-
CMYK0.2000.970.44
HSL72.43º94.59%29.02%-
HSV(B)72.43º97.22%56.47%-
XYZ17.0723.63.77-
YUV119.3762.89124.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=43.73%
G=54.75%
B=1.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11514440.2000.970.4472.4394.5929.02
Hex73904140612C485f1d
Octal16322042401415411013735
Binary11100111001000010010100011000011011001001000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739004; }

 p { color: rgb(115,144,4); }

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

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

 a { background-color: rgb(115,144,4); }

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

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

 span { border-color: rgb(115,144,4); }

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