#718755

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

Shades of Highland #718755

Tints of Highland #718755

Color information

#718755 (or 0x718755) is unknown color: approx Highland. HEX triplet: 71, 87 and 55. RGB value is (113,135,85). Sum of RGB (Red+Green+Blue) = 113+135+85=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #718755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718755 is #8E78AA. Grayscale: #7A7A7A. Windows color (decimal): -9337003 or 5605233. OLE color: 5605233.

HSL color Cylindrical-coordinate representation of color #718755: hue angle of 86.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #718755 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB11313585-
CMYK0.1600.370.47
HSL86.4º22.73%43.14%-
HSV(B)86.4º37.04%52.94%-
XYZ17.1121.4911.84-
YUV122.72106.71121.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 85 (33.59% from 255) = 25.53%
R=33.93%
G=40.54%
B=25.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135850.1600.370.4786.422.7343.14
Hex718755100252F56172b
Octal16120712520045571262753
Binary1110001100001111010101100000100101101111101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718755; }

 p { color: rgb(113,135,85); }

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

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

 a { background-color: rgb(113,135,85); }

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

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

 span { border-color: rgb(113,135,85); }

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