#768E49

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

Shades of Highland #768E49

Tints of Highland #768E49

Color information

#768E49 (or 0x768E49) is unknown color: approx Highland. HEX triplet: 76, 8E and 49. RGB value is (118,142,73). Sum of RGB (Red+Green+Blue) = 118+142+73=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 142 (55.86% from 255 or 42.64% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 142 - color contains mainly: green. Hex color #768E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E49 is #8971B6. Grayscale: #7F7F7F. Windows color (decimal): -9007543 or 4820598. OLE color: 4820598.

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

Color convert

RGB11814273-
CMYK0.1700.490.44
HSL80.87º32.09%42.16%-
HSV(B)80.87º48.59%55.69%-
XYZ18.3523.689.91-
YUV126.9697.55121.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 142 (55.86% from 255) = 42.64%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=35.44%
G=42.64%
B=21.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118142730.1700.490.4480.8732.0942.16
Hex768E49110312C51202a
Octal16621611121061541214052
Binary11101101000111010010011000101100011011001010001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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