#729675

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

Shades of Laurel #729675

Tints of Laurel #729675

Color information

#729675 (or 0x729675) is unknown color: approx Laurel. HEX triplet: 72, 96 and 75. RGB value is (114,150,117). Sum of RGB (Red+Green+Blue) = 114+150+117=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #729675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729675 is #8D698A. Grayscale: #878787. Windows color (decimal): -9267595 or 7706226. OLE color: 7706226.

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

Color convert

RGB114150117-
CMYK0.2400.220.41
HSL125º14.63%51.76%-
HSV(B)125º24%58.82%-
XYZ21.0626.6720.87-
YUV135.47117.57112.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=29.92%
G=39.37%
B=30.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501170.2400.220.4112514.6351.76
Hex72967518016297df34
Octal16222616530026511751764
Binary11100101001011011101011100001011010100111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729675; }

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

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

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

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

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

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

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

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