#729074

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

Shades of Laurel #729074

Tints of Laurel #729074

Color information

#729074 (or 0x729074) is unknown color: approx Laurel. HEX triplet: 72, 90 and 74. RGB value is (114,144,116). Sum of RGB (Red+Green+Blue) = 114+144+116=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #729074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729074 is #8D6F8B. Grayscale: #838383. Windows color (decimal): -9269132 or 7639154. OLE color: 7639154.

HSL color Cylindrical-coordinate representation of color #729074: hue angle of 124º 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 #729074 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB114144116-
CMYK0.2100.190.44
HSL124º11.9%50.59%-
HSV(B)124º20.83%56.47%-
XYZ20.0724.7820.25-
YUV131.84119.06115.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=30.48%
G=38.50%
B=31.02%

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
Decimal1141441160.2100.190.4412411.950.59
Hex729074150132C7cc33
Octal16222016425023541741463
Binary11100101001000011101001010101001110110011111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729074; }

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

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

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

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

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

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

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

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