#7E8F62

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

Shades of Highland #7E8F62

Tints of Highland #7E8F62

Color information

#7E8F62 (or 0x7E8F62) is unknown color: approx Highland. HEX triplet: 7E, 8F and 62. RGB value is (126,143,98). Sum of RGB (Red+Green+Blue) = 126+143+98=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F62 is #81709D. Grayscale: #848484. Windows color (decimal): -8482974 or 6459262. OLE color: 6459262.

HSL color Cylindrical-coordinate representation of color #7E8F62: hue angle of 82.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E8F62 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB12614398-
CMYK0.1200.310.44
HSL82.67º18.67%47.25%-
HSV(B)82.67º31.47%56.08%-
XYZ20.6324.9615.29-
YUV132.79108.37123.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=34.33%
G=38.96%
B=26.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126143980.1200.310.4482.6718.6747.25
Hex7E8F62C01F2C53132f
Octal17621714214037541232357
Binary11111101000111111000101100011111101100101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,143,98); }

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

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

 a { background-color: rgb(126,143,98); }

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

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

 span { border-color: rgb(126,143,98); }

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