#768F56

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

Shades of Highland #768F56

Tints of Highland #768F56

Color information

#768F56 (or 0x768F56) is unknown color: approx Highland. HEX triplet: 76, 8F and 56. RGB value is (118,143,86). Sum of RGB (Red+Green+Blue) = 118+143+86=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #768F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F56 is #8970A9. Grayscale: #818181. Windows color (decimal): -9007274 or 5672822. OLE color: 5672822.

HSL color Cylindrical-coordinate representation of color #768F56: hue angle of 86.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768F56 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB11814386-
CMYK0.1700.400.44
HSL86.32º24.89%44.9%-
HSV(B)86.32º39.86%56.08%-
XYZ18.9724.1712.47-
YUV129.03103.72120.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=34.01%
G=41.21%
B=24.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118143860.1700.400.4486.3224.8944.9
Hex768F56110282C56192d
Octal16621712621050541263155
Binary1110110100011111010110100010101000101100101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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