#718A50

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

Shades of Highland #718A50

Tints of Highland #718A50

Color information

#718A50 (or 0x718A50) is unknown color: approx Highland. HEX triplet: 71, 8A and 50. RGB value is (113,138,80). Sum of RGB (Red+Green+Blue) = 113+138+80=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 138 - color contains mainly: green. Hex color #718A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A50 is #8E75AF. Grayscale: #7C7C7C. Windows color (decimal): -9336240 or 5278321. OLE color: 5278321.

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

Color convert

RGB11313880-
CMYK0.1800.420.46
HSL85.86º26.61%42.75%-
HSV(B)85.86º42.03%54.12%-
XYZ17.3522.2710.97-
YUV123.91103.22120.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 138 (54.30% from 255) = 41.69%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=34.14%
G=41.69%
B=24.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113138800.1800.420.4685.8626.6142.75
Hex718A501202A2E561b2b
Octal16121212022052561263353
Binary1110001100010101010000100100101010101110101011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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