#728973

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

Shades of Laurel #728973

Tints of Laurel #728973

Color information

#728973 (or 0x728973) is unknown color: approx Laurel. HEX triplet: 72, 89 and 73. RGB value is (114,137,115). Sum of RGB (Red+Green+Blue) = 114+137+115=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #728973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728973 is #8D768C. Grayscale: #7F7F7F. Windows color (decimal): -9270925 or 7571826. OLE color: 7571826.

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

Color convert

RGB114137115-
CMYK0.1700.160.46
HSL122.61º9.16%49.22%-
HSV(B)122.61º16.79%53.73%-
XYZ18.9822.7119.6-
YUV127.62120.88118.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=31.15%
G=37.43%
B=31.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371150.1700.160.46122.619.1649.22
Hex728973110102E7b931
Octal16221116321020561731161
Binary11100101000100111100111000101000010111011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728973; }

 p { color: rgb(114,137,115); }

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

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

 a { background-color: rgb(114,137,115); }

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

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

 span { border-color: rgb(114,137,115); }

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