#739870

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

Shades of Laurel #739870

Tints of Laurel #739870

Color information

#739870 (or 0x739870) is unknown color: approx Laurel. HEX triplet: 73, 98 and 70. RGB value is (115,152,112). Sum of RGB (Red+Green+Blue) = 115+152+112=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #739870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739870 is #8C678F. Grayscale: #888888. Windows color (decimal): -9201552 or 7379059. OLE color: 7379059.

HSL color Cylindrical-coordinate representation of color #739870: hue angle of 115.5º 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 #739870 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB115152112-
CMYK0.2400.260.40
HSL115.5º16.26%51.76%-
HSV(B)115.5º26.32%59.61%-
XYZ21.2227.2719.47-
YUV136.38114.24112.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=30.34%
G=40.11%
B=29.55%

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
Decimal1151521120.2400.260.40115.516.2651.76
Hex7398701801A28741034
Octal16323016030032501642064
Binary111001110011000111000011000011010101000111010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739870; }

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

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

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

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

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

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

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

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