#768A5B

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

Shades of Highland #768A5B

Tints of Highland #768A5B

Color information

#768A5B (or 0x768A5B) is unknown color: approx Highland. HEX triplet: 76, 8A and 5B. RGB value is (118,138,91). Sum of RGB (Red+Green+Blue) = 118+138+91=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 138 - color contains mainly: green. Hex color #768A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A5B is #8975A4. Grayscale: #7E7E7E. Windows color (decimal): -9008549 or 5999222. OLE color: 5999222.

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

Color convert

RGB11813891-
CMYK0.1400.340.46
HSL85.53º20.52%44.9%-
HSV(B)85.53º34.06%54.12%-
XYZ18.4522.7813.32-
YUV126.66107.87121.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=34.01%
G=39.77%
B=26.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138910.1400.340.4685.5320.5244.9
Hex768A5BE0222E56152d
Octal16621213316042561262555
Binary111011010001010101101111100100010101110101011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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