#718F4E

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

Shades of Highland #718F4E

Tints of Highland #718F4E

Color information

#718F4E (or 0x718F4E) is unknown color: approx Highland. HEX triplet: 71, 8F and 4E. RGB value is (113,143,78). Sum of RGB (Red+Green+Blue) = 113+143+78=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 143 - color contains mainly: green. Hex color #718F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F4E is #8E70B1. Grayscale: #7E7E7E. Windows color (decimal): -9334962 or 5148529. OLE color: 5148529.

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

Color convert

RGB11314378-
CMYK0.2100.450.44
HSL87.69º29.41%43.33%-
HSV(B)87.69º45.45%56.08%-
XYZ18.0123.7110.83-
YUV126.62100.56118.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=33.83%
G=42.81%
B=23.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113143780.2100.450.4487.6929.4143.33
Hex718F4E1502D2C581d2b
Octal16121711625055541303553
Binary1110001100011111001110101010101101101100101100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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