Html Css Color HEX #719260 Highland

📋 copy color: '#719260'

red 113 ◦ green 146 ◦ blue 96

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

Shades of Highland #719260

Tints of Highland #719260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.13%

 BLUE value IS 96 (37.89% from 255) = 27.04%

R = 31.83%
G = 41.13%
B = 27.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#719260 (or 0x719260) is known color: Highland. HEX triplet: 71, 92 and 60. RGB value is (113,146,96). Sum of RGB (Red+Green+Blue) = 113+146+96=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #719260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719260 is #8E6D9F. Grayscale: #828282. Windows color (decimal): -9334176 or 6328945. OLE color: 6328945.

HSL color Cylindrical-coordinate representation of color #719260: hue angle of 99.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719260 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 96 -
CMYK 0.23 0 0.34 0.43
HSL 99.6º 0.21% 0.47% -
HSV(B) 99.6º 0.34% 0.57% -
XYZ 19.2 24.91 14.86 -
YUV 130.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 113 146 96 0.23 0 0.34 0.43 99.6 0.21 0.47
Hex 71 92 60 17 0 22 2B 64 15 2F
Octal 161 222 140 27 0 42 53 144 25 57
Binary 1110001 10010010 1100000 10111 0 100010 101011 1100100 10101 101111

Color Harmonies of #719260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719260

Black with #719260

Text Example


Text Example

White with #719260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719260; }

 p { color: rgb(113,146,96); }

 H1.HeaderClassName
 {
   color: #719260;
 }
 .AnyTagClassName
 {
   color: #719260;
 }
</style>

background-color css

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

 a { background-color: rgb(113,146,96); }

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

border-color css

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

 span { border-color: rgb(113,146,96); }

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