#768D59

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

Shades of Highland #768D59

Tints of Highland #768D59

Color information

#768D59 (or 0x768D59) is unknown color: approx Highland. HEX triplet: 76, 8D and 59. RGB value is (118,141,89). Sum of RGB (Red+Green+Blue) = 118+141+89=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #768D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D59 is #8972A6. Grayscale: #808080. Windows color (decimal): -9007783 or 5868918. OLE color: 5868918.

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

Color convert

RGB11814189-
CMYK0.1600.370.45
HSL86.54º22.61%45.1%-
HSV(B)86.54º36.88%55.29%-
XYZ18.823.6213.02-
YUV128.2105.88120.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=33.91%
G=40.52%
B=25.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141890.1600.370.4586.5422.6145.1
Hex768D59100252D57172d
Octal16621513120045551272755
Binary1110110100011011011001100000100101101101101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,89); }

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

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

 a { background-color: rgb(118,141,89); }

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

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

 span { border-color: rgb(118,141,89); }

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