#728A5B

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

Shades of Highland #728A5B

Tints of Highland #728A5B

Color information

#728A5B (or 0x728A5B) is unknown color: approx Highland. HEX triplet: 72, 8A and 5B. RGB value is (114,138,91). Sum of RGB (Red+Green+Blue) = 114+138+91=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #728A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728A5B is #8D75A4. Grayscale: #7D7D7D. Windows color (decimal): -9270693 or 5999218. OLE color: 5999218.

HSL color Cylindrical-coordinate representation of color #728A5B: hue angle of 90.64º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #728A5B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB11413891-
CMYK0.1700.340.46
HSL90.64º20.52%44.9%-
HSV(B)90.64º34.06%54.12%-
XYZ17.9222.5113.3-
YUV125.47108.55119.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=33.24%
G=40.23%
B=26.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114138910.1700.340.4690.6420.5244.9
Hex728A5B110222E5b152d
Octal16221213321042561332555
Binary1110010100010101011011100010100010101110101101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,138,91); }

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

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

 a { background-color: rgb(114,138,91); }

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

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

 span { border-color: rgb(114,138,91); }

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