#718F52

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

Shades of Highland #718F52

Tints of Highland #718F52

Color information

#718F52 (or 0x718F52) is unknown color: approx Highland. HEX triplet: 71, 8F and 52. RGB value is (113,143,82). Sum of RGB (Red+Green+Blue) = 113+143+82=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #718F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F52 is #8E70AD. Grayscale: #7F7F7F. Windows color (decimal): -9334958 or 5410673. OLE color: 5410673.

HSL color Cylindrical-coordinate representation of color #718F52: hue angle of 89.51º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #718F52 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB11314382-
CMYK0.2100.430.44
HSL89.51º27.11%44.12%-
HSV(B)89.51º42.66%56.08%-
XYZ18.1623.7611.61-
YUV127.08102.56117.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 143 (56.25% from 255) = 42.31%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=33.43%
G=42.31%
B=24.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113143820.2100.430.4489.5127.1144.12
Hex718F521502B2C5a1b2c
Octal16121712225053541323354
Binary1110001100011111010010101010101011101100101101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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