#719761

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

Shades of Highland #719761

Tints of Highland #719761

Color information

#719761 (or 0x719761) is unknown color: approx Highland. HEX triplet: 71, 97 and 61. RGB value is (113,151,97). Sum of RGB (Red+Green+Blue) = 113+151+97=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #719761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719761 is #8E689E. Grayscale: #858585. Windows color (decimal): -9332895 or 6395761. OLE color: 6395761.

HSL color Cylindrical-coordinate representation of color #719761: hue angle of 102.22º 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 #719761 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB11315197-
CMYK0.2500.360.41
HSL102.22º21.77%48.63%-
HSV(B)102.22º35.76%59.22%-
XYZ20.0326.5115.37-
YUV133.48107.41113.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=31.30%
G=41.83%
B=26.87%

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
Decimal113151970.2500.360.41102.2221.7748.63
Hex7197611902429661631
Octal16122714131044511462661
Binary1110001100101111100001110010100100101001110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719761; }

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

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

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

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

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

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

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

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