#718B4F

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

Shades of Highland #718B4F

Tints of Highland #718B4F

Color information

#718B4F (or 0x718B4F) is unknown color: approx Highland. HEX triplet: 71, 8B and 4F. RGB value is (113,139,79). Sum of RGB (Red+Green+Blue) = 113+139+79=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #718B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B4F is #8E74B0. Grayscale: #7C7C7C. Windows color (decimal): -9335985 or 5213041. OLE color: 5213041.

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

Color convert

RGB11313979-
CMYK0.1900.430.45
HSL86º27.52%42.75%-
HSV(B)86º43.17%54.51%-
XYZ17.4522.5410.83-
YUV124.39102.39119.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=34.14%
G=41.99%
B=23.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139790.1900.430.458627.5242.75
Hex718B4F1302B2D561c2b
Octal16121311723053551263453
Binary1110001100010111001111100110101011101101101011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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