#768C57

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

Shades of Highland #768C57

Tints of Highland #768C57

Color information

#768C57 (or 0x768C57) is unknown color: approx Highland. HEX triplet: 76, 8C and 57. RGB value is (118,140,87). Sum of RGB (Red+Green+Blue) = 118+140+87=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #768C57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C57 is #8973A8. Grayscale: #7F7F7F. Windows color (decimal): -9008041 or 5737590. OLE color: 5737590.

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

Color convert

RGB11814087-
CMYK0.1600.380.45
HSL84.91º23.35%44.51%-
HSV(B)84.91º37.86%54.9%-
XYZ18.5723.312.53-
YUV127.38105.21121.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=34.20%
G=40.58%
B=25.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140870.1600.380.4584.9123.3544.51
Hex768C57100262D55172d
Octal16621412720046551252755
Binary1110110100011001010111100000100110101101101010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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