#718B58

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

Shades of Highland #718B58

Tints of Highland #718B58

Color information

#718B58 (or 0x718B58) is unknown color: approx Highland. HEX triplet: 71, 8B and 58. RGB value is (113,139,88). Sum of RGB (Red+Green+Blue) = 113+139+88=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #718B58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B58 is #8E74A7. Grayscale: #7D7D7D. Windows color (decimal): -9335976 or 5802865. OLE color: 5802865.

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

Color convert

RGB11313988-
CMYK0.1900.370.45
HSL90.59º22.47%44.51%-
HSV(B)90.59º36.69%54.51%-
XYZ17.822.6812.67-
YUV125.41106.89119.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 139 (54.69% from 255) = 40.88%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=33.24%
G=40.88%
B=25.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113139880.1900.370.4590.5922.4744.51
Hex718B58130252D5b162d
Octal16121313023045551332655
Binary1110001100010111011000100110100101101101101101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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