#729661

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

Shades of Highland #729661

Tints of Highland #729661

Color information

#729661 (or 0x729661) is unknown color: approx Highland. HEX triplet: 72, 96 and 61. RGB value is (114,150,97). Sum of RGB (Red+Green+Blue) = 114+150+97=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #729661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729661 is #8D699E. Grayscale: #858585. Windows color (decimal): -9267615 or 6395506. OLE color: 6395506.

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

Color convert

RGB11415097-
CMYK0.2400.350.41
HSL100.75º21.46%48.43%-
HSV(B)100.75º35.33%58.82%-
XYZ2026.2515.32-
YUV133.19107.57114.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=31.58%
G=41.55%
B=26.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150970.2400.350.41100.7521.4648.43
Hex7296611802329651530
Octal16222614130043511452560
Binary1110010100101101100001110000100011101001110010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729661; }

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

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

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

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

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

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

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

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