#728F61

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

Shades of Highland #728F61

Tints of Highland #728F61

Color information

#728F61 (or 0x728F61) is unknown color: approx Highland. HEX triplet: 72, 8F and 61. RGB value is (114,143,97). Sum of RGB (Red+Green+Blue) = 114+143+97=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #728F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728F61 is #8D709E. Grayscale: #818181. Windows color (decimal): -9269407 or 6393714. OLE color: 6393714.

HSL color Cylindrical-coordinate representation of color #728F61: hue angle of 97.83º 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 #728F61 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11414397-
CMYK0.2000.320.44
HSL97.83º19.17%47.06%-
HSV(B)97.83º32.17%56.08%-
XYZ18.9224.0914.96-
YUV129.08109.89117.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 143 (56.25% from 255) = 40.40%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=32.20%
G=40.40%
B=27.40%

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
Decimal114143970.2000.320.4497.8319.1747.06
Hex728F61140202C62132f
Octal16221714124040541422357
Binary1110010100011111100001101000100000101100110001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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