#77914F

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

Shades of Highland #77914F

Tints of Highland #77914F

Color information

#77914F (or 0x77914F) is unknown color: approx Highland. HEX triplet: 77, 91 and 4F. RGB value is (119,145,79). Sum of RGB (Red+Green+Blue) = 119+145+79=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #77914F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77914F is #886EB0. Grayscale: #818181. Windows color (decimal): -8941233 or 5214583. OLE color: 5214583.

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

Color convert

RGB11914579-
CMYK0.1800.460.43
HSL83.64º29.46%43.92%-
HSV(B)83.64º45.52%56.86%-
XYZ19.1424.7411.16-
YUV129.799.39120.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=34.69%
G=42.27%
B=23.03%

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
Decimal119145790.1800.460.4383.6429.4643.92
Hex77914F1202E2B541d2c
Octal16722111722056531243554
Binary1110111100100011001111100100101110101011101010011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77914F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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