#718B4E

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

Shades of Highland #718B4E

Tints of Highland #718B4E

Color information

#718B4E (or 0x718B4E) is unknown color: approx Highland. HEX triplet: 71, 8B and 4E. RGB value is (113,139,78). Sum of RGB (Red+Green+Blue) = 113+139+78=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #718B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B4E is #8E74B1. Grayscale: #7C7C7C. Windows color (decimal): -9335986 or 5147505. OLE color: 5147505.

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

Color convert

RGB11313978-
CMYK0.1900.440.45
HSL85.57º28.11%42.55%-
HSV(B)85.57º43.88%54.51%-
XYZ17.4222.5310.64-
YUV124.27101.89119.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=34.24%
G=42.12%
B=23.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139780.1900.440.4585.5728.1142.55
Hex718B4E1302C2D561c2b
Octal16121311623054551263453
Binary1110001100010111001110100110101100101101101011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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