#718754

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

Shades of Highland #718754

Tints of Highland #718754

Color information

#718754 (or 0x718754) is unknown color: approx Highland. HEX triplet: 71, 87 and 54. RGB value is (113,135,84). Sum of RGB (Red+Green+Blue) = 113+135+84=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #718754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718754 is #8E78AB. Grayscale: #7A7A7A. Windows color (decimal): -9337004 or 5539697. OLE color: 5539697.

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

Color convert

RGB11313584-
CMYK0.1600.380.47
HSL85.88º23.29%42.94%-
HSV(B)85.88º37.78%52.94%-
XYZ17.0721.4811.63-
YUV122.61106.21121.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=34.04%
G=40.66%
B=25.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113135840.1600.380.4785.8823.2942.94
Hex718754100262F56172b
Octal16120712420046571262753
Binary1110001100001111010100100000100110101111101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718754; }

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

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

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

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

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

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

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

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