#718E61

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

Shades of Highland #718E61

Tints of Highland #718E61

Color information

#718E61 (or 0x718E61) is unknown color: approx Highland. HEX triplet: 71, 8E and 61. RGB value is (113,142,97). Sum of RGB (Red+Green+Blue) = 113+142+97=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #718E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718E61 is #8E719E. Grayscale: #808080. Windows color (decimal): -9335199 or 6393457. OLE color: 6393457.

HSL color Cylindrical-coordinate representation of color #718E61: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #718E61 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11314297-
CMYK0.2000.320.44
HSL98.67º18.83%46.86%-
HSV(B)98.67º31.69%55.69%-
XYZ18.6423.7214.91-
YUV128.2110.39117.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=32.10%
G=40.34%
B=27.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113142970.2000.320.4498.6718.8346.86
Hex718E61140202C63132f
Octal16121614124040541432357
Binary1110001100011101100001101000100000101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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