#739105

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

Shades of Olive #739105

Tints of Olive #739105

Color information

#739105 (or 0x739105) is unknown color: approx Olive. HEX triplet: 73, 91 and 05. RGB value is (115,145,5). Sum of RGB (Red+Green+Blue) = 115+145+5=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #739105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739105 is #8C6EFA. Grayscale: #787878. Windows color (decimal): -9203451 or 364915. OLE color: 364915.

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

Color convert

RGB1151455-
CMYK0.2100.970.43
HSL72.86º93.33%29.41%-
HSV(B)72.86º96.55%56.86%-
XYZ17.2223.913.85-
YUV120.0763.06124.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=43.40%
G=54.72%
B=1.89%

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
Decimal11514550.2100.970.4372.8693.3329.41
Hex73915150612B495d1d
Octal16322152501415311113535
Binary11100111001000110110101011000011010111001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739105; }

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

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

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

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

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

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

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

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