#718D61

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

Shades of Highland #718D61

Tints of Highland #718D61

Color information

#718D61 (or 0x718D61) is unknown color: approx Highland. HEX triplet: 71, 8D and 61. RGB value is (113,141,97). Sum of RGB (Red+Green+Blue) = 113+141+97=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 141 - color contains mainly: green. Hex color #718D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718D61 is #8E729E. Grayscale: #7F7F7F. Windows color (decimal): -9335455 or 6393201. OLE color: 6393201.

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

Color convert

RGB11314197-
CMYK0.2000.310.45
HSL98.18º18.49%46.67%-
HSV(B)98.18º31.21%55.29%-
XYZ18.4923.4214.86-
YUV127.61110.72117.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 97 (38.28% from 255) = 27.64%
R=32.19%
G=40.17%
B=27.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113141970.2000.310.4598.1818.4946.67
Hex718D611401F2D62122f
Octal16121514124037551422257
Binary111000110001101110000110100011111101101110001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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