#728B4F

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

Shades of Highland #728B4F

Tints of Highland #728B4F

Color information

#728B4F (or 0x728B4F) is unknown color: approx Highland. HEX triplet: 72, 8B and 4F. RGB value is (114,139,79). Sum of RGB (Red+Green+Blue) = 114+139+79=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #728B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B4F is #8D74B0. Grayscale: #7C7C7C. Windows color (decimal): -9270449 or 5213042. OLE color: 5213042.

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

Color convert

RGB11413979-
CMYK0.1800.430.45
HSL85º27.52%42.75%-
HSV(B)85º43.17%54.51%-
XYZ17.5822.6110.83-
YUV124.68102.22120.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 79 (31.25% from 255) = 23.80%
R=34.34%
G=41.87%
B=23.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114139790.1800.430.458527.5242.75
Hex728B4F1202B2D551c2b
Octal16221311722053551253453
Binary1110010100010111001111100100101011101101101010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,139,79); }

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

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

 a { background-color: rgb(114,139,79); }

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

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

 span { border-color: rgb(114,139,79); }

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