Html Css Color HEX #718C57 Highland

📋 copy color: '#718C57'

red 113 ◦ green 140 ◦ blue 87

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

Shades of Highland #718C57

Tints of Highland #718C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.18%

 BLUE value IS 87 (34.38% from 255) = 25.59%

R = 33.24%
G = 41.18%
B = 25.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#718C57 (or 0x718C57) is known color: Highland. HEX triplet: 71, 8C and 57. RGB value is (113,140,87). Sum of RGB (Red+Green+Blue) = 113+140+87=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 87 (34.38% from 255 or 25.59% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #718C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C57 is #8E73A8. Grayscale: #7E7E7E. Windows color (decimal): -9335721 or 5737585. OLE color: 5737585.

HSL color Cylindrical-coordinate representation of color #718C57: hue angle of 90.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718C57 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 140 87 -
CMYK 0.19 0 0.38 0.45
HSL 90.57º 0.23% 0.45% -
HSV(B) 90.57º 0.38% 0.55% -
XYZ 17.91 22.96 12.5 -
YUV 125.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 113 140 87 0.19 0 0.38 0.45 90.57 0.23 0.45
Hex 71 8C 57 13 0 26 2D 5B 17 2D
Octal 161 214 127 23 0 46 55 133 27 55
Binary 1110001 10001100 1010111 10011 0 100110 101101 1011011 10111 101101

Color Harmonies of #718C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718C57

Black with #718C57

Text Example


Text Example

White with #718C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718C57; }

 p { color: rgb(113,140,87); }

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

background-color css

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

 a { background-color: rgb(113,140,87); }

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

border-color css

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

 span { border-color: rgb(113,140,87); }

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