#729470

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

Shades of Laurel #729470

Tints of Laurel #729470

Color information

#729470 (or 0x729470) is unknown color: approx Laurel. HEX triplet: 72, 94 and 70. RGB value is (114,148,112). Sum of RGB (Red+Green+Blue) = 114+148+112=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #729470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729470 is #8D6B8F. Grayscale: #858585. Windows color (decimal): -9268112 or 7378034. OLE color: 7378034.

HSL color Cylindrical-coordinate representation of color #729470: hue angle of 116.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729470 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB114148112-
CMYK0.2300.240.42
HSL116.67º14.4%50.98%-
HSV(B)116.67º24.32%58.04%-
XYZ20.4525.9319.26-
YUV133.73115.74113.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=30.48%
G=39.57%
B=29.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481120.2300.240.42116.6714.450.98
Hex729470170182A75e33
Octal16222416027030521651663
Binary11100101001010011100001011101100010101011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729470; }

 p { color: rgb(114,148,112); }

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

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

 a { background-color: rgb(114,148,112); }

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

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

 span { border-color: rgb(114,148,112); }

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