#768A60

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

Shades of Highland #768A60

Tints of Highland #768A60

Color information

#768A60 (or 0x768A60) is unknown color: approx Highland. HEX triplet: 76, 8A and 60. RGB value is (118,138,96). Sum of RGB (Red+Green+Blue) = 118+138+96=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #768A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A60 is #89759F. Grayscale: #7F7F7F. Windows color (decimal): -9008544 or 6326902. OLE color: 6326902.

HSL color Cylindrical-coordinate representation of color #768A60: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #768A60 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11813896-
CMYK0.1400.300.46
HSL88.57º17.95%45.88%-
HSV(B)88.57º30.43%54.12%-
XYZ18.6722.8714.5-
YUV127.23110.37121.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=33.52%
G=39.20%
B=27.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138960.1400.300.4688.5717.9545.88
Hex768A60E01E2E59122e
Octal16621214016036561312256
Binary11101101000101011000001110011110101110101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,96); }

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

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

 a { background-color: rgb(118,138,96); }

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

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

 span { border-color: rgb(118,138,96); }

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