#718A55

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

Shades of Highland #718A55

Tints of Highland #718A55

Color information

#718A55 (or 0x718A55) is unknown color: approx Highland. HEX triplet: 71, 8A and 55. RGB value is (113,138,85). Sum of RGB (Red+Green+Blue) = 113+138+85=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #718A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A55 is #8E75AA. Grayscale: #7C7C7C. Windows color (decimal): -9336235 or 5606001. OLE color: 5606001.

HSL color Cylindrical-coordinate representation of color #718A55: hue angle of 88.3º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #718A55 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB11313885-
CMYK0.1800.380.46
HSL88.3º23.77%43.73%-
HSV(B)88.3º38.41%54.12%-
XYZ17.5422.3411.98-
YUV124.48105.72119.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=33.63%
G=41.07%
B=25.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113138850.1800.380.4688.323.7743.73
Hex718A55120262E58182c
Octal16121212522046561303054
Binary1110001100010101010101100100100110101110101100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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