#768A4C

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

Shades of Highland #768A4C

Tints of Highland #768A4C

Color information

#768A4C (or 0x768A4C) is unknown color: approx Highland. HEX triplet: 76, 8A and 4C. RGB value is (118,138,76). Sum of RGB (Red+Green+Blue) = 118+138+76=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #768A4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768A4C is #8975B3. Grayscale: #7D7D7D. Windows color (decimal): -9008564 or 5016182. OLE color: 5016182.

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

Color convert

RGB11813876-
CMYK0.1400.450.46
HSL79.35º28.97%41.96%-
HSV(B)79.35º44.93%54.12%-
XYZ17.8622.5510.25-
YUV124.95100.37123.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=35.54%
G=41.57%
B=22.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118138760.1400.450.4679.3528.9741.96
Hex768A4CE02D2E4f1d2a
Octal16621211416055561173552
Binary111011010001010100110011100101101101110100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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