#77914E

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

Shades of Highland #77914E

Tints of Highland #77914E

Color information

#77914E (or 0x77914E) is unknown color: approx Highland. HEX triplet: 77, 91 and 4E. RGB value is (119,145,78). Sum of RGB (Red+Green+Blue) = 119+145+78=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #77914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77914E is #886EB1. Grayscale: #818181. Windows color (decimal): -8941234 or 5149047. OLE color: 5149047.

HSL color Cylindrical-coordinate representation of color #77914E: hue angle of 83.28º 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 #77914E is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB11914578-
CMYK0.1800.460.43
HSL83.28º30.04%43.73%-
HSV(B)83.28º46.21%56.86%-
XYZ19.1124.7210.97-
YUV129.5998.89120.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=34.80%
G=42.40%
B=22.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145780.1800.460.4383.2830.0443.73
Hex77914E1202E2B531e2c
Octal16722111622056531233654
Binary1110111100100011001110100100101110101011101001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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