#768D4B

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

Shades of Highland #768D4B

Tints of Highland #768D4B

Color information

#768D4B (or 0x768D4B) is unknown color: approx Highland. HEX triplet: 76, 8D and 4B. RGB value is (118,141,75). Sum of RGB (Red+Green+Blue) = 118+141+75=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #768D4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D4B is #8972B4. Grayscale: #7E7E7E. Windows color (decimal): -9007797 or 4951414. OLE color: 4951414.

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

Color convert

RGB11814175-
CMYK0.1600.470.45
HSL80.91º30.56%42.35%-
HSV(B)80.91º46.81%55.29%-
XYZ18.2723.4110.21-
YUV126.698.88121.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 141 (55.47% from 255) = 42.22%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=35.33%
G=42.22%
B=22.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141750.1600.470.4580.9130.5642.35
Hex768D4B1002F2D511f2a
Octal16621511320057551213752
Binary1110110100011011001011100000101111101101101000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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