#7E915E

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

Shades of Highland #7E915E

Tints of Highland #7E915E

Color information

#7E915E (or 0x7E915E) is unknown color: approx Highland. HEX triplet: 7E, 91 and 5E. RGB value is (126,145,94). Sum of RGB (Red+Green+Blue) = 126+145+94=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #7E915E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E915E is #816EA1. Grayscale: #858585. Windows color (decimal): -8482466 or 6197630. OLE color: 6197630.

HSL color Cylindrical-coordinate representation of color #7E915E: hue angle of 82.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E915E is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB12614594-
CMYK0.1300.350.43
HSL82.35º21.34%46.86%-
HSV(B)82.35º35.17%56.86%-
XYZ20.7525.4914.42-
YUV133.5105.71122.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=34.52%
G=39.73%
B=25.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126145940.1300.350.4382.3521.3446.86
Hex7E915ED0232B52152f
Octal17622113615043531222557
Binary111111010010001101111011010100011101011101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E915E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,145,94); }

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

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

 a { background-color: rgb(126,145,94); }

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

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

 span { border-color: rgb(126,145,94); }

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