#739204

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

Shades of Olive #739204

Tints of Olive #739204

Color information

#739204 (or 0x739204) is unknown color: approx Olive. HEX triplet: 73, 92 and 04. RGB value is (115,146,4). Sum of RGB (Red+Green+Blue) = 115+146+4=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #739204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739204 is #8C6DFB. Grayscale: #797979. Windows color (decimal): -9203196 or 299635. OLE color: 299635.

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

Color convert

RGB1151464-
CMYK0.2100.970.43
HSL73.1º94.67%29.41%-
HSV(B)73.1º97.26%57.25%-
XYZ17.3724.213.87-
YUV120.5462.23124.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=43.40%
G=55.09%
B=1.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11514640.2100.970.4373.194.6729.41
Hex73924150612B495f1d
Octal16322242501415311113735
Binary11100111001001010010101011000011010111001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739204; }

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

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

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

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

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

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

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

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