#7E8D67

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

Shades of Highland #7E8D67

Tints of Highland #7E8D67

Color information

#7E8D67 (or 0x7E8D67) is unknown color: approx Highland. HEX triplet: 7E, 8D and 67. RGB value is (126,141,103). Sum of RGB (Red+Green+Blue) = 126+141+103=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D67 is #817298. Grayscale: #848484. Windows color (decimal): -8483481 or 6786430. OLE color: 6786430.

HSL color Cylindrical-coordinate representation of color #7E8D67: hue angle of 83.68º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E8D67 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB126141103-
CMYK0.1100.270.45
HSL83.68º15.57%47.84%-
HSV(B)83.68º26.95%55.29%-
XYZ20.5824.4616.47-
YUV132.18111.53123.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.05%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=34.05%
G=38.11%
B=27.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261411030.1100.270.4583.6815.5747.84
Hex7E8D67B01B2D541030
Octal17621514713033551242060
Binary11111101000110111001111011011011101101101010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,141,103); }

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

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

 a { background-color: rgb(126,141,103); }

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

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

 span { border-color: rgb(126,141,103); }

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