#718F61

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

Shades of Highland #718F61

Tints of Highland #718F61

Color information

#718F61 (or 0x718F61) is unknown color: approx Highland. HEX triplet: 71, 8F and 61. RGB value is (113,143,97). Sum of RGB (Red+Green+Blue) = 113+143+97=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #718F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F61 is #8E709E. Grayscale: #808080. Windows color (decimal): -9334943 or 6393713. OLE color: 6393713.

HSL color Cylindrical-coordinate representation of color #718F61: hue angle of 99.13º 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 #718F61 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB11314397-
CMYK0.2100.320.44
HSL99.13º19.17%47.06%-
HSV(B)99.13º32.17%56.08%-
XYZ18.7924.0214.95-
YUV128.79110.06116.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 143 (56.25% from 255) = 40.51%
BLUE value IS 97 (38.28% from 255) = 27.48%
R=32.01%
G=40.51%
B=27.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113143970.2100.320.4499.1319.1747.06
Hex718F61150202C63132f
Octal16121714125040541432357
Binary1110001100011111100001101010100000101100110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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