#7E9062

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

Shades of Highland #7E9062

Tints of Highland #7E9062

Color information

#7E9062 (or 0x7E9062) is unknown color: approx Highland. HEX triplet: 7E, 90 and 62. RGB value is (126,144,98). Sum of RGB (Red+Green+Blue) = 126+144+98=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9062 is #816F9D. Grayscale: #858585. Windows color (decimal): -8482718 or 6459518. OLE color: 6459518.

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

Color convert

RGB12614498-
CMYK0.1200.320.44
HSL83.48º19.01%47.45%-
HSV(B)83.48º31.94%56.47%-
XYZ20.7825.2615.34-
YUV133.37108.04122.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.24%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=34.24%
G=39.13%
B=26.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126144980.1200.320.4483.4819.0147.45
Hex7E9062C0202C53132f
Octal17622014214040541232357
Binary111111010010000110001011000100000101100101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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