#729961

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

Shades of Highland #729961

Tints of Highland #729961

Color information

#729961 (or 0x729961) is unknown color: approx Highland. HEX triplet: 72, 99 and 61. RGB value is (114,153,97). Sum of RGB (Red+Green+Blue) = 114+153+97=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #729961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729961 is #8D669E. Grayscale: #878787. Windows color (decimal): -9266847 or 6396274. OLE color: 6396274.

HSL color Cylindrical-coordinate representation of color #729961: hue angle of 101.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #729961 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB11415397-
CMYK0.2500.370.4
HSL101.79º22.4%49.02%-
HSV(B)101.79º36.6%60%-
XYZ20.4927.2215.48-
YUV134.95106.58113.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=31.32%
G=42.03%
B=26.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153970.2500.370.4101.7922.449.02
Hex7299611902528661631
Octal16223114131045501462661
Binary1110010100110011100001110010100101101000110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729961; }

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

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

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

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

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

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

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

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