#768A56

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

Shades of Highland #768A56

Tints of Highland #768A56

Color information

#768A56 (or 0x768A56) is unknown color: approx Highland. HEX triplet: 76, 8A and 56. RGB value is (118,138,86). Sum of RGB (Red+Green+Blue) = 118+138+86=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #768A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A56 is #8975A9. Grayscale: #7E7E7E. Windows color (decimal): -9008554 or 5671542. OLE color: 5671542.

HSL color Cylindrical-coordinate representation of color #768A56: hue angle of 83.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768A56 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB11813886-
CMYK0.1400.380.46
HSL83.08º23.21%43.92%-
HSV(B)83.08º37.68%54.12%-
XYZ18.2422.712.22-
YUV126.09105.37122.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=34.50%
G=40.35%
B=25.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138860.1400.380.4683.0823.2143.92
Hex768A56E0262E53172c
Octal16621212616046561232754
Binary111011010001010101011011100100110101110101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,138,86); }

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

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

 a { background-color: rgb(118,138,86); }

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

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

 span { border-color: rgb(118,138,86); }

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