#718B5E

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

Shades of Highland #718B5E

Tints of Highland #718B5E

Color information

#718B5E (or 0x718B5E) is unknown color: approx Highland. HEX triplet: 71, 8B and 5E. RGB value is (113,139,94). Sum of RGB (Red+Green+Blue) = 113+139+94=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 139 - color contains mainly: green. Hex color #718B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B5E is #8E74A1. Grayscale: #7E7E7E. Windows color (decimal): -9335970 or 6196081. OLE color: 6196081.

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

Color convert

RGB11313994-
CMYK0.1900.320.45
HSL94.67º19.31%45.69%-
HSV(B)94.67º32.37%54.51%-
XYZ18.0622.7814.04-
YUV126.1109.89118.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=32.66%
G=40.17%
B=27.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139940.1900.320.4594.6719.3145.69
Hex718B5E130202D5f132e
Octal16121313623040551372356
Binary1110001100010111011110100110100000101101101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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