#729875

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

Shades of Laurel #729875

Tints of Laurel #729875

Color information

#729875 (or 0x729875) is unknown color: approx Laurel. HEX triplet: 72, 98 and 75. RGB value is (114,152,117). Sum of RGB (Red+Green+Blue) = 114+152+117=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #729875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729875 is #8D678A. Grayscale: #888888. Windows color (decimal): -9267083 or 7706738. OLE color: 7706738.

HSL color Cylindrical-coordinate representation of color #729875: hue angle of 124.74º 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 #729875 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB114152117-
CMYK0.2500.230.40
HSL124.74º15.57%52.16%-
HSV(B)124.74º25%59.61%-
XYZ21.3827.3220.98-
YUV136.65116.91111.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 152 (59.77% from 255) = 39.69%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=29.77%
G=39.69%
B=30.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141521170.2500.230.40124.7415.5752.16
Hex72987519017287d1034
Octal16223016531027501752064
Binary111001010011000111010111001010111101000111110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729875; }

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

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

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

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

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

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

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

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