#729075

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

Shades of Laurel #729075

Tints of Laurel #729075

Color information

#729075 (or 0x729075) is unknown color: approx Laurel. HEX triplet: 72, 90 and 75. RGB value is (114,144,117). Sum of RGB (Red+Green+Blue) = 114+144+117=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #729075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729075 is #8D6F8A. Grayscale: #848484. Windows color (decimal): -9269131 or 7704690. OLE color: 7704690.

HSL color Cylindrical-coordinate representation of color #729075: hue angle of 126º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729075 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB114144117-
CMYK0.2100.190.44
HSL126º11.9%50.59%-
HSV(B)126º20.83%56.47%-
XYZ20.1224.8120.56-
YUV131.95119.56115.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=30.4%
G=38.4%
B=31.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141441170.2100.190.4412611.950.59
Hex729075150132C7ec33
Octal16222016525023541761463
Binary11100101001000011101011010101001110110011111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729075; }

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

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

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

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

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

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

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

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