#768B57

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

Shades of Highland #768B57

Tints of Highland #768B57

Color information

#768B57 (or 0x768B57) is unknown color: approx Highland. HEX triplet: 76, 8B and 57. RGB value is (118,139,87). Sum of RGB (Red+Green+Blue) = 118+139+87=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #768B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B57 is #8974A8. Grayscale: #7E7E7E. Windows color (decimal): -9008297 or 5737334. OLE color: 5737334.

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

Color convert

RGB11813987-
CMYK0.1500.370.45
HSL84.23º23.01%44.31%-
HSV(B)84.23º37.41%54.51%-
XYZ18.422312.49-
YUV126.79105.54121.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=34.30%
G=40.41%
B=25.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139870.1500.370.4584.2323.0144.31
Hex768B57F0252D54172c
Octal16621312717045551242754
Binary111011010001011101011111110100101101101101010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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