#728C62

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

Shades of Highland #728C62

Tints of Highland #728C62

Color information

#728C62 (or 0x728C62) is unknown color: approx Highland. HEX triplet: 72, 8C and 62. RGB value is (114,140,98). Sum of RGB (Red+Green+Blue) = 114+140+98=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #728C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C62 is #8D739D. Grayscale: #7F7F7F. Windows color (decimal): -9270174 or 6458482. OLE color: 6458482.

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

Color convert

RGB11414098-
CMYK0.1900.30.45
HSL97.14º17.65%46.67%-
HSV(B)97.14º30%54.9%-
XYZ18.5223.2215.06-
YUV127.44111.39118.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 140 (55.08% from 255) = 39.77%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=32.39%
G=39.77%
B=27.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114140980.1900.30.4597.1417.6546.67
Hex728C621301E2D61122f
Octal16221414223036551412257
Binary111001010001100110001010011011110101101110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,98); }

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

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

 a { background-color: rgb(114,140,98); }

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

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

 span { border-color: rgb(114,140,98); }

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