Html Css Color HEX #718A56 Highland

📋 copy color: '#718A56'

red 113 ◦ green 138 ◦ blue 86

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

Shades of Highland #718A56

Tints of Highland #718A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

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

R = 33.53%
G = 40.95%
B = 25.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#718A56 (or 0x718A56) is known color: Highland. HEX triplet: 71, 8A and 56. RGB value is (113,138,86). Sum of RGB (Red+Green+Blue) = 113+138+86=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #718A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A56 is #8E75A9. Grayscale: #7C7C7C. Windows color (decimal): -9336234 or 5671537. OLE color: 5671537.

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

Color convert

RGB 113 138 86 -
CMYK 0.18 0 0.38 0.46
HSL 88.85º 0.23% 0.44% -
HSV(B) 88.85º 0.38% 0.54% -
XYZ 17.58 22.36 12.19 -
YUV 124.6 106.22 119.73 -
System Red Green Blue C M Y K H S L
Decimal 113 138 86 0.18 0 0.38 0.46 88.85 0.23 0.44
Hex 71 8A 56 12 0 26 2E 59 17 2C
Octal 161 212 126 22 0 46 56 131 27 54
Binary 1110001 10001010 1010110 10010 0 100110 101110 1011001 10111 101100

Color Harmonies of #718A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A56

Black with #718A56

Text Example


Text Example

White with #718A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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