#7E995F

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

Shades of Highland #7E995F

Tints of Highland #7E995F

Color information

#7E995F (or 0x7E995F) is unknown color: approx Highland. HEX triplet: 7E, 99 and 5F. RGB value is (126,153,95). Sum of RGB (Red+Green+Blue) = 126+153+95=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #7E995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E995F is #8166A0. Grayscale: #8A8A8A. Windows color (decimal): -8480417 or 6265214. OLE color: 6265214.

HSL color Cylindrical-coordinate representation of color #7E995F: hue angle of 87.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E995F is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB12615395-
CMYK0.1800.380.4
HSL87.93º23.39%48.63%-
HSV(B)87.93º37.91%60%-
XYZ22.0628.0415.08-
YUV138.32103.55119.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.69%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=33.69%
G=40.91%
B=25.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal126153950.1800.380.487.9323.3948.63
Hex7E995F1202628581731
Octal17623113722046501302761
Binary1111110100110011011111100100100110101000101100010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,153,95); }

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

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

 a { background-color: rgb(126,153,95); }

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

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

 span { border-color: rgb(126,153,95); }

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