#76914E

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

Shades of Highland #76914E

Tints of Highland #76914E

Color information

#76914E (or 0x76914E) is unknown color: approx Highland. HEX triplet: 76, 91 and 4E. RGB value is (118,145,78). Sum of RGB (Red+Green+Blue) = 118+145+78=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #76914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76914E is #896EB1. Grayscale: #818181. Windows color (decimal): -9006770 or 5149046. OLE color: 5149046.

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

Color convert

RGB11814578-
CMYK0.1900.460.43
HSL84.18º30.04%43.73%-
HSV(B)84.18º46.21%56.86%-
XYZ18.9724.6510.97-
YUV129.2999.05119.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=34.60%
G=42.52%
B=22.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145780.1900.460.4384.1830.0443.73
Hex76914E1302E2B541e2c
Octal16622111623056531243654
Binary1110110100100011001110100110101110101011101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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