Html Css Color HEX #719761 Highland

📋 copy color: '#719761'

red 113 ◦ green 151 ◦ blue 97

#719761
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #719761

Tints of Highland #719761

RGB

 RED value IS 113 (44.53% from 255) = 31.3%

 GREEN value IS 151 (59.38% from 255) = 41.83%

 BLUE value IS 97 (38.28% from 255) = 26.87%

R = 31.3%
G = 41.83%
B = 26.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#719761 (or 0x719761) is known color: 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

RGB 113 151 97 -
CMYK 0.25 0 0.36 0.41
HSL 102.22º 0.22% 0.49% -
HSV(B) 102.22º 0.36% 0.59% -
XYZ 20.03 26.51 15.37 -
YUV 133.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 113 151 97 0.25 0 0.36 0.41 102.22 0.22 0.49
Hex 71 97 61 19 0 24 29 66 16 31
Octal 161 227 141 31 0 44 51 146 26 61
Binary 1110001 10010111 1100001 11001 0 100100 101001 1100110 10110 110001

Color Harmonies of #719761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719761

Black with #719761

Text Example


Text Example

White with #719761

Text Example


Text Example

HTML Codes & Css Web 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>