#728D61

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

Shades of Highland #728D61

Tints of Highland #728D61

Color information

#728D61 (or 0x728D61) is unknown color: approx Highland. HEX triplet: 72, 8D and 61. RGB value is (114,141,97). Sum of RGB (Red+Green+Blue) = 114+141+97=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #728D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D61 is #8D729E. Grayscale: #808080. Windows color (decimal): -9269919 or 6393202. OLE color: 6393202.

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

Color convert

RGB11414197-
CMYK0.1900.310.45
HSL96.82º18.49%46.67%-
HSV(B)96.82º31.21%55.29%-
XYZ18.6223.4914.86-
YUV127.91110.55118.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=32.39%
G=40.06%
B=27.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114141970.1900.310.4596.8218.4946.67
Hex728D611301F2D61122f
Octal16221514123037551412257
Binary111001010001101110000110011011111101101110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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