#76915D

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

Shades of Highland #76915D

Tints of Highland #76915D

Color information

#76915D (or 0x76915D) is unknown color: approx Highland. HEX triplet: 76, 91 and 5D. RGB value is (118,145,93). Sum of RGB (Red+Green+Blue) = 118+145+93=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #76915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76915D is #896EA2. Grayscale: #838383. Windows color (decimal): -9006755 or 6132086. OLE color: 6132086.

HSL color Cylindrical-coordinate representation of color #76915D: hue angle of 91.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76915D is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB11814593-
CMYK0.1900.360.43
HSL91.15º21.85%46.67%-
HSV(B)91.15º35.86%56.86%-
XYZ19.5724.8914.13-
YUV131106.55118.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=33.15%
G=40.73%
B=26.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145930.1900.360.4391.1521.8546.67
Hex76915D130242B5b162f
Octal16622113523044531332657
Binary1110110100100011011101100110100100101011101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76915D; }

 p { color: rgb(118,145,93); }

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

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

 a { background-color: rgb(118,145,93); }

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

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

 span { border-color: rgb(118,145,93); }

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