#729659

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

Shades of Highland #729659

Tints of Highland #729659

Color information

#729659 (or 0x729659) is unknown color: approx Highland. HEX triplet: 72, 96 and 59. RGB value is (114,150,89). Sum of RGB (Red+Green+Blue) = 114+150+89=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #729659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729659 is #8D69A6. Grayscale: #848484. Windows color (decimal): -9267623 or 5871218. OLE color: 5871218.

HSL color Cylindrical-coordinate representation of color #729659: hue angle of 95.41º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #729659 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB11415089-
CMYK0.2400.410.41
HSL95.41º25.52%46.86%-
HSV(B)95.41º40.67%58.82%-
XYZ19.6526.1113.46-
YUV132.28103.57114.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=32.29%
G=42.49%
B=25.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150890.2400.410.4195.4125.5246.86
Hex72965918029295f1a2f
Octal16222613130051511373257
Binary1110010100101101011001110000101001101001101111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729659; }

 p { color: rgb(114,150,89); }

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

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

 a { background-color: rgb(114,150,89); }

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

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

 span { border-color: rgb(114,150,89); }

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