#718954

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

Shades of Highland #718954

Tints of Highland #718954

Color information

#718954 (or 0x718954) is unknown color: approx Highland. HEX triplet: 71, 89 and 54. RGB value is (113,137,84). Sum of RGB (Red+Green+Blue) = 113+137+84=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #718954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718954 is #8E76AB. Grayscale: #7B7B7B. Windows color (decimal): -9336492 or 5540209. OLE color: 5540209.

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

Color convert

RGB11313784-
CMYK0.1800.390.46
HSL87.17º23.98%43.33%-
HSV(B)87.17º38.69%53.73%-
XYZ17.3622.0411.73-
YUV123.78105.55120.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=33.83%
G=41.02%
B=25.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137840.1800.390.4687.1723.9843.33
Hex718954120272E57182b
Octal16121112422047561273053
Binary1110001100010011010100100100100111101110101011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718954; }

 p { color: rgb(113,137,84); }

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

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

 a { background-color: rgb(113,137,84); }

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

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

 span { border-color: rgb(113,137,84); }

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