#729876

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

Shades of Laurel #729876

Tints of Laurel #729876

Color information

#729876 (or 0x729876) is unknown color: approx Laurel. HEX triplet: 72, 98 and 76. RGB value is (114,152,118). Sum of RGB (Red+Green+Blue) = 114+152+118=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #729876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729876 is #8D6789. Grayscale: #888888. Windows color (decimal): -9267082 or 7772274. OLE color: 7772274.

HSL color Cylindrical-coordinate representation of color #729876: hue angle of 126.32º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729876 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB114152118-
CMYK0.2500.220.40
HSL126.32º15.57%52.16%-
HSV(B)126.32º25%59.61%-
XYZ21.4427.3421.29-
YUV136.76117.41111.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=29.69%
G=39.58%
B=30.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521180.2500.220.40126.3215.5752.16
Hex72987619016287e1034
Octal16223016631026501762064
Binary111001010011000111011011001010110101000111111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729876; }

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

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

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

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

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

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

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

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