#729671

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

Shades of Laurel #729671

Tints of Laurel #729671

Color information

#729671 (or 0x729671) is unknown color: approx Laurel. HEX triplet: 72, 96 and 71. RGB value is (114,150,113). Sum of RGB (Red+Green+Blue) = 114+150+113=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #729671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729671 is #8D698E. Grayscale: #878787. Windows color (decimal): -9267599 or 7444082. OLE color: 7444082.

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

Color convert

RGB114150113-
CMYK0.2400.250.41
HSL118.38º14.98%51.57%-
HSV(B)118.38º24.67%58.82%-
XYZ20.8326.5819.66-
YUV135.02115.57113.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=30.24%
G=39.79%
B=29.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141501130.2400.250.41118.3814.9851.57
Hex729671180192976f34
Octal16222616130031511661764
Binary11100101001011011100011100001100110100111101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729671; }

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

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

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

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

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

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

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

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