#7E8960

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

Shades of Highland #7E8960

Tints of Highland #7E8960

Color information

#7E8960 (or 0x7E8960) is unknown color: approx Highland. HEX triplet: 7E, 89 and 60. RGB value is (126,137,96). Sum of RGB (Red+Green+Blue) = 126+137+96=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8960 is #81769F. Grayscale: #818181. Windows color (decimal): -8484512 or 6326654. OLE color: 6326654.

HSL color Cylindrical-coordinate representation of color #7E8960: hue angle of 76.1º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E8960 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB12613796-
CMYK0.0800.300.46
HSL76.1º17.6%45.69%-
HSV(B)76.1º29.93%53.73%-
XYZ19.6623.1714.5-
YUV129.04109.36125.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=35.10%
G=38.16%
B=26.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126137960.0800.300.4676.117.645.69
Hex7E8960801E2E4c122e
Octal17621114010036561142256
Binary11111101000100111000001000011110101110100110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E8960; }

 p { color: rgb(126,137,96); }

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

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

 a { background-color: rgb(126,137,96); }

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

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

 span { border-color: rgb(126,137,96); }

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