Html Css Color HEX #718956 Highland

📋 copy color: '#718956'

red 113 ◦ green 137 ◦ blue 86

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

Shades of Highland #718956

Tints of Highland #718956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 33.63%
G = 40.77%
B = 25.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#718956 (or 0x718956) is known color: Highland. HEX triplet: 71, 89 and 56. RGB value is (113,137,86). Sum of RGB (Red+Green+Blue) = 113+137+86=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #718956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718956 is #8E76A9. Grayscale: #7C7C7C. Windows color (decimal): -9336490 or 5671281. OLE color: 5671281.

HSL color Cylindrical-coordinate representation of color #718956: hue angle of 88.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #718956 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 86 -
CMYK 0.18 0 0.37 0.46
HSL 88.24º 0.23% 0.44% -
HSV(B) 88.24º 0.37% 0.54% -
XYZ 17.44 22.07 12.15 -
YUV 124.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 113 137 86 0.18 0 0.37 0.46 88.24 0.23 0.44
Hex 71 89 56 12 0 25 2E 58 17 2C
Octal 161 211 126 22 0 45 56 130 27 54
Binary 1110001 10001001 1010110 10010 0 100101 101110 1011000 10111 101100

Color Harmonies of #718956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718956

Black with #718956

Text Example


Text Example

White with #718956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718956; }

 p { color: rgb(113,137,86); }

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

background-color css

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

 a { background-color: rgb(113,137,86); }

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

border-color css

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

 span { border-color: rgb(113,137,86); }

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