#7E9568

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

Shades of Highland #7E9568

Tints of Highland #7E9568

Color information

#7E9568 (or 0x7E9568) is unknown color: approx Highland. HEX triplet: 7E, 95 and 68. RGB value is (126,149,104). Sum of RGB (Red+Green+Blue) = 126+149+104=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9568 is #816A97. Grayscale: #898989. Windows color (decimal): -8481432 or 6854014. OLE color: 6854014.

HSL color Cylindrical-coordinate representation of color #7E9568: hue angle of 90.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E9568 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB126149104-
CMYK0.1500.300.42
HSL90.67º17.79%49.61%-
HSV(B)90.67º30.2%58.43%-
XYZ21.8526.9317.14-
YUV136.99109.38120.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.25%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=33.25%
G=39.31%
B=27.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1261491040.1500.300.4290.6717.7949.61
Hex7E9568F01E2A5b1232
Octal17622515017036521332262
Binary11111101001010111010001111011110101010101101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,149,104); }

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

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

 a { background-color: rgb(126,149,104); }

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

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

 span { border-color: rgb(126,149,104); }

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