#728875

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

Shades of Laurel #728875

Tints of Laurel #728875

Color information

#728875 (or 0x728875) is unknown color: approx Laurel. HEX triplet: 72, 88 and 75. RGB value is (114,136,117). Sum of RGB (Red+Green+Blue) = 114+136+117=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #728875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728875 is #8D778A. Grayscale: #7F7F7F. Windows color (decimal): -9271179 or 7702642. OLE color: 7702642.

HSL color Cylindrical-coordinate representation of color #728875: hue angle of 128.18º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728875 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB114136117-
CMYK0.1600.140.47
HSL128.18º8.8%49.02%-
HSV(B)128.18º16.18%53.33%-
XYZ18.9522.4720.17-
YUV127.26122.21118.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=31.06%
G=37.06%
B=31.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361170.1600.140.47128.188.849.02
Hex728875100E2F80931
Octal16221016520016572001161
Binary11100101000100011101011000001110101111100000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728875; }

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

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

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

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

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

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

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

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