#739871

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

Shades of Laurel #739871

Tints of Laurel #739871

Color information

#739871 (or 0x739871) is unknown color: approx Laurel. HEX triplet: 73, 98 and 71. RGB value is (115,152,113). Sum of RGB (Red+Green+Blue) = 115+152+113=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #739871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739871 is #8C678E. Grayscale: #888888. Windows color (decimal): -9201551 or 7444595. OLE color: 7444595.

HSL color Cylindrical-coordinate representation of color #739871: hue angle of 116.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #739871 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB115152113-
CMYK0.2400.260.40
HSL116.92º15.92%51.96%-
HSV(B)116.92º25.66%59.61%-
XYZ21.2827.2919.77-
YUV136.49114.74112.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=30.26%
G=40%
B=29.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521130.2400.260.40116.9215.9251.96
Hex7398711801A28751034
Octal16323016130032501652064
Binary111001110011000111000111000011010101000111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739871; }

 p { color: rgb(115,152,113); }

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

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

 a { background-color: rgb(115,152,113); }

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

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

 span { border-color: rgb(115,152,113); }

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