#7E8F58

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

Shades of Highland #7E8F58

Tints of Highland #7E8F58

Color information

#7E8F58 (or 0x7E8F58) is unknown color: approx Highland. HEX triplet: 7E, 8F and 58. RGB value is (126,143,88). Sum of RGB (Red+Green+Blue) = 126+143+88=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #7E8F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8F58 is #8170A7. Grayscale: #838383. Windows color (decimal): -8482984 or 5803902. OLE color: 5803902.

HSL color Cylindrical-coordinate representation of color #7E8F58: hue angle of 78.55º degrees, saturation: 0.24, 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 #7E8F58 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB12614388-
CMYK0.1200.380.44
HSL78.55º23.81%45.29%-
HSV(B)78.55º38.46%56.08%-
XYZ20.1924.7912.95-
YUV131.65103.37123.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=35.29%
G=40.06%
B=24.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal126143880.1200.380.4478.5523.8145.29
Hex7E8F58C0262C4f182d
Octal17621713014046541173055
Binary111111010001111101100011000100110101100100111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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