#768C51

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

Shades of Highland #768C51

Tints of Highland #768C51

Color information

#768C51 (or 0x768C51) is unknown color: approx Highland. HEX triplet: 76, 8C and 51. RGB value is (118,140,81). Sum of RGB (Red+Green+Blue) = 118+140+81=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 140 - color contains mainly: green. Hex color #768C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C51 is #8973AE. Grayscale: #7E7E7E. Windows color (decimal): -9008047 or 5344374. OLE color: 5344374.

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

Color convert

RGB11814081-
CMYK0.1600.420.45
HSL82.37º26.7%43.33%-
HSV(B)82.37º42.14%54.9%-
XYZ18.3323.211.3-
YUV126.7102.21121.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=34.81%
G=41.30%
B=23.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140810.1600.420.4582.3726.743.33
Hex768C511002A2D521b2b
Octal16621412120052551223353
Binary1110110100011001010001100000101010101101101001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,140,81); }

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

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

 a { background-color: rgb(118,140,81); }

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

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

 span { border-color: rgb(118,140,81); }

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