#729676

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

Shades of Laurel #729676

Tints of Laurel #729676

Color information

#729676 (or 0x729676) is unknown color: approx Laurel. HEX triplet: 72, 96 and 76. RGB value is (114,150,118). Sum of RGB (Red+Green+Blue) = 114+150+118=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #729676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729676 is #8D6989. Grayscale: #878787. Windows color (decimal): -9267594 or 7771762. OLE color: 7771762.

HSL color Cylindrical-coordinate representation of color #729676: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729676 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB114150118-
CMYK0.2400.210.41
HSL126.67º14.63%51.76%-
HSV(B)126.67º24%58.82%-
XYZ21.1226.721.18-
YUV135.59118.07112.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 150 (58.98% from 255) = 39.27%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=29.84%
G=39.27%
B=30.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501180.2400.210.41126.6714.6351.76
Hex72967618015297ff34
Octal16222616630025511771764
Binary11100101001011011101101100001010110100111111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729676; }

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

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

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

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

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

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

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

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