#76914D

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

Shades of Highland #76914D

Tints of Highland #76914D

Color information

#76914D (or 0x76914D) is unknown color: approx Highland. HEX triplet: 76, 91 and 4D. RGB value is (118,145,77). Sum of RGB (Red+Green+Blue) = 118+145+77=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #76914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76914D is #896EB2. Grayscale: #818181. Windows color (decimal): -9006771 or 5083510. OLE color: 5083510.

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

Color convert

RGB11814577-
CMYK0.1900.470.43
HSL83.82º30.63%43.53%-
HSV(B)83.82º46.9%56.86%-
XYZ18.9424.6410.78-
YUV129.1798.55120.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=34.71%
G=42.65%
B=22.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145770.1900.470.4383.8230.6343.53
Hex76914D1302F2B541f2c
Octal16622111523057531243754
Binary1110110100100011001101100110101111101011101010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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