#768D4E

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

Shades of Highland #768D4E

Tints of Highland #768D4E

Color information

#768D4E (or 0x768D4E) is unknown color: approx Highland. HEX triplet: 76, 8D and 4E. RGB value is (118,141,78). Sum of RGB (Red+Green+Blue) = 118+141+78=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #768D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D4E is #8972B1. Grayscale: #7F7F7F. Windows color (decimal): -9007794 or 5148022. OLE color: 5148022.

HSL color Cylindrical-coordinate representation of color #768D4E: hue angle of 81.9º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #768D4E is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB11814178-
CMYK0.1600.450.45
HSL81.9º28.77%42.94%-
HSV(B)81.9º44.68%55.29%-
XYZ18.3723.4510.77-
YUV126.94100.38121.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 141 (55.47% from 255) = 41.84%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=35.01%
G=41.84%
B=23.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141780.1600.450.4581.928.7742.94
Hex768D4E1002D2D521d2b
Octal16621511620055551223553
Binary1110110100011011001110100000101101101101101001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,78); }

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

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

 a { background-color: rgb(118,141,78); }

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

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

 span { border-color: rgb(118,141,78); }

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