#7E9259

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

Shades of Highland #7E9259

Tints of Highland #7E9259

Color information

#7E9259 (or 0x7E9259) is unknown color: approx Highland. HEX triplet: 7E, 92 and 59. RGB value is (126,146,89). Sum of RGB (Red+Green+Blue) = 126+146+89=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9259 is #816DA6. Grayscale: #858585. Windows color (decimal): -8482215 or 5870206. OLE color: 5870206.

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

Color convert

RGB12614689-
CMYK0.1400.390.43
HSL81.05º24.26%46.08%-
HSV(B)81.05º39.04%57.25%-
XYZ20.6925.7113.32-
YUV133.52102.87122.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=34.90%
G=40.44%
B=24.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126146890.1400.390.4381.0524.2646.08
Hex7E9259E0272B51182e
Octal17622213116047531213056
Binary111111010010010101100111100100111101011101000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,89); }

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

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

 a { background-color: rgb(126,146,89); }

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

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

 span { border-color: rgb(126,146,89); }

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