#768E57

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

Shades of Highland #768E57

Tints of Highland #768E57

Color information

#768E57 (or 0x768E57) is unknown color: approx Highland. HEX triplet: 76, 8E and 57. RGB value is (118,142,87). Sum of RGB (Red+Green+Blue) = 118+142+87=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #768E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E57 is #8971A8. Grayscale: #808080. Windows color (decimal): -9007529 or 5738102. OLE color: 5738102.

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

Color convert

RGB11814287-
CMYK0.1700.390.44
HSL86.18º24.02%44.9%-
HSV(B)86.18º38.73%55.69%-
XYZ18.8623.8912.63-
YUV128.55104.55120.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 142 (55.86% from 255) = 40.92%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=34.01%
G=40.92%
B=25.07%

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
Decimal118142870.1700.390.4486.1824.0244.9
Hex768E57110272C56182d
Octal16621612721047541263055
Binary1110110100011101010111100010100111101100101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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