#7E9358

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

Shades of Highland #7E9358

Tints of Highland #7E9358

Color information

#7E9358 (or 0x7E9358) is unknown color: approx Highland. HEX triplet: 7E, 93 and 58. RGB value is (126,147,88). Sum of RGB (Red+Green+Blue) = 126+147+88=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9358 is #816CA7. Grayscale: #868686. Windows color (decimal): -8481960 or 5804926. OLE color: 5804926.

HSL color Cylindrical-coordinate representation of color #7E9358: hue angle of 81.36º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E9358 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB12614788-
CMYK0.1400.400.42
HSL81.36º25.11%46.08%-
HSV(B)81.36º40.14%57.65%-
XYZ20.826.0113.16-
YUV134102.04122.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.90%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=34.90%
G=40.72%
B=24.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal126147880.1400.400.4281.3625.1146.08
Hex7E9358E0282A51192e
Octal17622313016050521213156
Binary111111010010011101100011100101000101010101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,88); }

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

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

 a { background-color: rgb(126,147,88); }

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

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

 span { border-color: rgb(126,147,88); }

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