#7E9061

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

Shades of Highland #7E9061

Tints of Highland #7E9061

Color information

#7E9061 (or 0x7E9061) is unknown color: approx Highland. HEX triplet: 7E, 90 and 61. RGB value is (126,144,97). Sum of RGB (Red+Green+Blue) = 126+144+97=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9061 is #816F9E. Grayscale: #858585. Windows color (decimal): -8482719 or 6393982. OLE color: 6393982.

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

Color convert

RGB12614497-
CMYK0.1200.330.44
HSL82.98º19.5%47.25%-
HSV(B)82.98º32.64%56.47%-
XYZ20.7425.2515.09-
YUV133.26107.54122.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=34.33%
G=39.24%
B=26.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126144970.1200.330.4482.9819.547.25
Hex7E9061C0212C53142f
Octal17622014114041541232457
Binary111111010010000110000111000100001101100101001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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