#7E8E58

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

Shades of Highland #7E8E58

Tints of Highland #7E8E58

Color information

#7E8E58 (or 0x7E8E58) is unknown color: approx Highland. HEX triplet: 7E, 8E and 58. RGB value is (126,142,88). Sum of RGB (Red+Green+Blue) = 126+142+88=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E58 is #8171A7. Grayscale: #838383. Windows color (decimal): -8483240 or 5803646. OLE color: 5803646.

HSL color Cylindrical-coordinate representation of color #7E8E58: hue angle of 77.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8E58 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB12614288-
CMYK0.1100.380.44
HSL77.78º23.48%45.1%-
HSV(B)77.78º38.03%55.69%-
XYZ20.0424.4912.9-
YUV131.06103.7124.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.39%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=35.39%
G=39.89%
B=24.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126142880.1100.380.4477.7823.4845.1
Hex7E8E58B0262C4e172d
Octal17621613013046541162755
Binary111111010001110101100010110100110101100100111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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