#768960

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

Shades of Highland #768960

Tints of Highland #768960

Color information

#768960 (or 0x768960) is unknown color: approx Highland. HEX triplet: 76, 89 and 60. RGB value is (118,137,96). Sum of RGB (Red+Green+Blue) = 118+137+96=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #768960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768960 is #89769F. Grayscale: #7E7E7E. Windows color (decimal): -9008800 or 6326646. OLE color: 6326646.

HSL color Cylindrical-coordinate representation of color #768960: hue angle of 87.8º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #768960 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11813796-
CMYK0.1400.300.46
HSL87.8º17.6%45.69%-
HSV(B)87.8º29.93%53.73%-
XYZ18.5322.5914.45-
YUV126.64110.71121.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=33.62%
G=39.03%
B=27.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118137960.1400.300.4687.817.645.69
Hex768960E01E2E58122e
Octal16621114016036561302256
Binary11101101000100111000001110011110101110101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768960; }

 p { color: rgb(118,137,96); }

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

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

 a { background-color: rgb(118,137,96); }

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

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

 span { border-color: rgb(118,137,96); }

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