#77914D

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

Shades of Highland #77914D

Tints of Highland #77914D

Color information

#77914D (or 0x77914D) is unknown color: approx Highland. HEX triplet: 77, 91 and 4D. RGB value is (119,145,77). Sum of RGB (Red+Green+Blue) = 119+145+77=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #77914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77914D is #886EB2. Grayscale: #818181. Windows color (decimal): -8941235 or 5083511. OLE color: 5083511.

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

Color convert

RGB11914577-
CMYK0.1800.470.43
HSL82.94º30.63%43.53%-
HSV(B)82.94º46.9%56.86%-
XYZ19.0724.7110.79-
YUV129.4798.39120.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=34.90%
G=42.52%
B=22.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145770.1800.470.4382.9430.6343.53
Hex77914D1202F2B531f2c
Octal16722111522057531233754
Binary1110111100100011001101100100101111101011101001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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