#768B62

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

Shades of Highland #768B62

Tints of Highland #768B62

Color information

#768B62 (or 0x768B62) is unknown color: approx Highland. HEX triplet: 76, 8B and 62. RGB value is (118,139,98). Sum of RGB (Red+Green+Blue) = 118+139+98=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #768B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B62 is #89749D. Grayscale: #808080. Windows color (decimal): -9008286 or 6458230. OLE color: 6458230.

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

Color convert

RGB11813998-
CMYK0.1500.290.45
HSL90.73º17.3%46.47%-
HSV(B)90.73º29.5%54.51%-
XYZ18.9123.215.04-
YUV128.05111.04120.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=33.24%
G=39.15%
B=27.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139980.1500.290.4590.7317.346.47
Hex768B62F01D2D5b112e
Octal16621314217035551332156
Binary11101101000101111000101111011101101101101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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