#7E8E61

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

Shades of Highland #7E8E61

Tints of Highland #7E8E61

Color information

#7E8E61 (or 0x7E8E61) is unknown color: approx Highland. HEX triplet: 7E, 8E and 61. RGB value is (126,142,97). Sum of RGB (Red+Green+Blue) = 126+142+97=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E61 is #81719E. Grayscale: #848484. Windows color (decimal): -8483231 or 6393470. OLE color: 6393470.

HSL color Cylindrical-coordinate representation of color #7E8E61: hue angle of 81.33º 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 #7E8E61 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB12614297-
CMYK0.1100.320.44
HSL81.33º18.83%46.86%-
HSV(B)81.33º31.69%55.69%-
XYZ20.4324.6414.99-
YUV132.09108.2123.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.52%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=34.52%
G=38.90%
B=26.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126142970.1100.320.4481.3318.8346.86
Hex7E8E61B0202C51132f
Octal17621614113040541212357
Binary111111010001110110000110110100000101100101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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