#728E61

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

Shades of Highland #728E61

Tints of Highland #728E61

Color information

#728E61 (or 0x728E61) is unknown color: approx Highland. HEX triplet: 72, 8E and 61. RGB value is (114,142,97). Sum of RGB (Red+Green+Blue) = 114+142+97=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 142 - color contains mainly: green. Hex color #728E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E61 is #8D719E. Grayscale: #808080. Windows color (decimal): -9269663 or 6393458. OLE color: 6393458.

HSL color Cylindrical-coordinate representation of color #728E61: hue angle of 97.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #728E61 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11414297-
CMYK0.2000.320.44
HSL97.33º18.83%46.86%-
HSV(B)97.33º31.69%55.69%-
XYZ18.7723.7914.91-
YUV128.5110.22117.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=32.29%
G=40.23%
B=27.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114142970.2000.320.4497.3318.8346.86
Hex728E61140202C61132f
Octal16221614124040541412357
Binary1110010100011101100001101000100000101100110000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,97); }

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

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

 a { background-color: rgb(114,142,97); }

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

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

 span { border-color: rgb(114,142,97); }

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