#718C61

Color #718C61 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #718C61

Tints of Highland #718C61

Color information

#718C61 (or 0x718C61) is unknown color: approx Highland. HEX triplet: 71, 8C and 61. RGB value is (113,140,97). Sum of RGB (Red+Green+Blue) = 113+140+97=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #718C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718C61 is #8E739E. Grayscale: #7F7F7F. Windows color (decimal): -9335711 or 6392945. OLE color: 6392945.

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

Color convert

RGB11314097-
CMYK0.1900.310.45
HSL97.67º18.14%46.47%-
HSV(B)97.67º30.71%54.9%-
XYZ18.3523.1314.81-
YUV127.02111.05118-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=32.29%
G=40%
B=27.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113140970.1900.310.4597.6718.1446.47
Hex718C611301F2D62122e
Octal16121414123037551422256
Binary111000110001100110000110011011111101101110001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #718C61;
 }
 .AnyTagClassName
 {
   color: #718C61;
 }
</style>
background-color css

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

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

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

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

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

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