#728974

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

Shades of Laurel #728974

Tints of Laurel #728974

Color information

#728974 (or 0x728974) is unknown color: approx Laurel. HEX triplet: 72, 89 and 74. RGB value is (114,137,116). Sum of RGB (Red+Green+Blue) = 114+137+116=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #728974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728974 is #8D768B. Grayscale: #7F7F7F. Windows color (decimal): -9270924 or 7637362. OLE color: 7637362.

HSL color Cylindrical-coordinate representation of color #728974: hue angle of 125.22º 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 #728974 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB114137116-
CMYK0.1700.150.46
HSL125.22º9.16%49.22%-
HSV(B)125.22º16.79%53.73%-
XYZ19.0422.7319.91-
YUV127.73121.38118.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.06%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=31.06%
G=37.33%
B=31.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371160.1700.150.46125.229.1649.22
Hex728974110F2E7d931
Octal16221116421017561751161
Binary1110010100010011110100100010111110111011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728974; }

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

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

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

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

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

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

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

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