#728774

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

Shades of Laurel #728774

Tints of Laurel #728774

Color information

#728774 (or 0x728774) is unknown color: approx Laurel. HEX triplet: 72, 87 and 74. RGB value is (114,135,116). Sum of RGB (Red+Green+Blue) = 114+135+116=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #728774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728774 is #8D788B. Grayscale: #7E7E7E. Windows color (decimal): -9271436 or 7636850. OLE color: 7636850.

HSL color Cylindrical-coordinate representation of color #728774: hue angle of 125.71º degrees, saturation: 0.08, 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 #728774 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB114135116-
CMYK0.1600.140.47
HSL125.71º8.43%48.82%-
HSV(B)125.71º15.56%52.94%-
XYZ18.7622.1719.81-
YUV126.56122.04119.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=31.23%
G=36.99%
B=31.78%

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
Decimal1141351160.1600.140.47125.718.4348.82
Hex728774100E2F7e831
Octal16220716420016571761061
Binary1110010100001111110100100000111010111111111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728774; }

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

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

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

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

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

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

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

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