#7E9050

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

Shades of Highland #7E9050

Tints of Highland #7E9050

Color information

#7E9050 (or 0x7E9050) is unknown color: approx Highland. HEX triplet: 7E, 90 and 50. RGB value is (126,144,80). Sum of RGB (Red+Green+Blue) = 126+144+80=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9050 is #816FAF. Grayscale: #838383. Windows color (decimal): -8482736 or 5279870. OLE color: 5279870.

HSL color Cylindrical-coordinate representation of color #7E9050: hue angle of 76.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E9050 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB12614480-
CMYK0.1200.440.44
HSL76.88º28.57%43.92%-
HSV(B)76.88º44.44%56.47%-
XYZ20.0324.9611.35-
YUV131.3299.04124.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=36%
G=41.14%
B=22.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126144800.1200.440.4476.8828.5743.92
Hex7E9050C02C2C4d1d2c
Octal17622012014054541153554
Binary111111010010000101000011000101100101100100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,144,80); }

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

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

 a { background-color: rgb(126,144,80); }

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

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

 span { border-color: rgb(126,144,80); }

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