#729476

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

Shades of Laurel #729476

Tints of Laurel #729476

Color information

#729476 (or 0x729476) is unknown color: approx Laurel. HEX triplet: 72, 94 and 76. RGB value is (114,148,118). Sum of RGB (Red+Green+Blue) = 114+148+118=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #729476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729476 is #8D6B89. Grayscale: #868686. Windows color (decimal): -9268106 or 7771250. OLE color: 7771250.

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

Color convert

RGB114148118-
CMYK0.2300.200.42
HSL127.06º13.71%51.37%-
HSV(B)127.06º22.97%58.04%-
XYZ20.826.0721.07-
YUV134.41118.74113.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=30%
G=38.95%
B=31.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481180.2300.200.42127.0613.7151.37
Hex729476170142A7fe33
Octal16222416627024521771663
Binary11100101001010011101101011101010010101011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729476; }

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

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

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

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

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

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

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

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