#728D74

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

Shades of Laurel #728D74

Tints of Laurel #728D74

Color information

#728D74 (or 0x728D74) is unknown color: approx Laurel. HEX triplet: 72, 8D and 74. RGB value is (114,141,116). Sum of RGB (Red+Green+Blue) = 114+141+116=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #728D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D74 is #8D728B. Grayscale: #828282. Windows color (decimal): -9269900 or 7638386. OLE color: 7638386.

HSL color Cylindrical-coordinate representation of color #728D74: hue angle of 124.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D74 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB114141116-
CMYK0.1900.180.45
HSL124.44º10.59%50%-
HSV(B)124.44º19.15%55.29%-
XYZ19.6223.8920.1-
YUV130.08120.05116.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=30.73%
G=38.01%
B=31.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411160.1900.180.45124.4410.5950
Hex728D74130122D7cb32
Octal16221516423022551741362
Binary11100101000110111101001001101001010110111111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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