#729060

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

Shades of Highland #729060

Tints of Highland #729060

Color information

#729060 (or 0x729060) is unknown color: approx Highland. HEX triplet: 72, 90 and 60. RGB value is (114,144,96). Sum of RGB (Red+Green+Blue) = 114+144+96=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #729060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729060 is #8D6F9F. Grayscale: #818181. Windows color (decimal): -9269152 or 6328434. OLE color: 6328434.

HSL color Cylindrical-coordinate representation of color #729060: hue angle of 97.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729060 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB11414496-
CMYK0.2100.330.44
HSL97.5º20%47.06%-
HSV(B)97.5º33.33%56.47%-
XYZ19.0224.3714.77-
YUV129.56109.06116.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=32.20%
G=40.68%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114144960.2100.330.4497.52047.06
Hex729060150212C62142f
Octal16222014025041541422457
Binary1110010100100001100000101010100001101100110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729060; }

 p { color: rgb(114,144,96); }

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

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

 a { background-color: rgb(114,144,96); }

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

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

 span { border-color: rgb(114,144,96); }

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