#768E56

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

Shades of Highland #768E56

Tints of Highland #768E56

Color information

#768E56 (or 0x768E56) is unknown color: approx Highland. HEX triplet: 76, 8E and 56. RGB value is (118,142,86). Sum of RGB (Red+Green+Blue) = 118+142+86=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #768E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E56 is #8971A9. Grayscale: #808080. Windows color (decimal): -9007530 or 5672566. OLE color: 5672566.

HSL color Cylindrical-coordinate representation of color #768E56: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768E56 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB11814286-
CMYK0.1700.390.44
HSL85.71º24.56%44.71%-
HSV(B)85.71º39.44%55.69%-
XYZ18.8223.8712.42-
YUV128.44104.05120.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=34.10%
G=41.04%
B=24.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142860.1700.390.4485.7124.5644.71
Hex768E56110272C56192d
Octal16621612621047541263155
Binary1110110100011101010110100010100111101100101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E56; }

 p { color: rgb(118,142,86); }

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

<style>
 a { background-color: #768E56; }

 a { background-color: rgb(118,142,86); }

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

<style>
 span { border-color: #768E56; }

 span { border-color: rgb(118,142,86); }

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