#7E915B

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

Shades of Highland #7E915B

Tints of Highland #7E915B

Color information

#7E915B (or 0x7E915B) is unknown color: approx Highland. HEX triplet: 7E, 91 and 5B. RGB value is (126,145,91). Sum of RGB (Red+Green+Blue) = 126+145+91=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #7E915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E915B is #816EA4. Grayscale: #858585. Windows color (decimal): -8482469 or 6001022. OLE color: 6001022.

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

Color convert

RGB12614591-
CMYK0.1300.370.43
HSL81.11º22.88%46.27%-
HSV(B)81.11º37.24%56.86%-
XYZ20.6225.4413.72-
YUV133.16104.21122.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=34.81%
G=40.06%
B=25.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal126145910.1300.370.4381.1122.8846.27
Hex7E915BD0252B51172e
Octal17622113315045531212756
Binary111111010010001101101111010100101101011101000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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