#728A74

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

Shades of Laurel #728A74

Tints of Laurel #728A74

Color information

#728A74 (or 0x728A74) is unknown color: approx Laurel. HEX triplet: 72, 8A and 74. RGB value is (114,138,116). Sum of RGB (Red+Green+Blue) = 114+138+116=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #728A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A74 is #8D758B. Grayscale: #808080. Windows color (decimal): -9270668 or 7637618. OLE color: 7637618.

HSL color Cylindrical-coordinate representation of color #728A74: hue angle of 125º degrees, saturation: 0.1, 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 #728A74 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB114138116-
CMYK0.1700.160.46
HSL125º9.52%49.41%-
HSV(B)125º17.39%54.12%-
XYZ19.1823.0219.95-
YUV128.32121.05117.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=30.98%
G=37.5%
B=31.52%

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
Decimal1141381160.1700.160.461259.5249.41
Hex728A74110102E7da31
Octal16221216421020561751261
Binary11100101000101011101001000101000010111011111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728A74; }

 p { color: rgb(114,138,116); }

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

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

 a { background-color: rgb(114,138,116); }

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

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

 span { border-color: rgb(114,138,116); }

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