#729761

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

Shades of Highland #729761

Tints of Highland #729761

Color information

#729761 (or 0x729761) is unknown color: approx Highland. HEX triplet: 72, 97 and 61. RGB value is (114,151,97). Sum of RGB (Red+Green+Blue) = 114+151+97=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #729761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729761 is #8D689E. Grayscale: #858585. Windows color (decimal): -9267359 or 6395762. OLE color: 6395762.

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

Color convert

RGB11415197-
CMYK0.2500.360.41
HSL101.11º21.77%48.63%-
HSV(B)101.11º35.76%59.22%-
XYZ20.1626.5715.38-
YUV133.78107.24113.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=31.49%
G=41.71%
B=26.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114151970.2500.360.41101.1121.7748.63
Hex7297611902429651631
Octal16222714131044511452661
Binary1110010100101111100001110010100100101001110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729761; }

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

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

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

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

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

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

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

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