#779149

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

Shades of Highland #779149

Tints of Highland #779149

Color information

#779149 (or 0x779149) is unknown color: approx Highland. HEX triplet: 77, 91 and 49. RGB value is (119,145,73). Sum of RGB (Red+Green+Blue) = 119+145+73=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #779149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779149 is #886EB6. Grayscale: #818181. Windows color (decimal): -8941239 or 4821367. OLE color: 4821367.

HSL color Cylindrical-coordinate representation of color #779149: hue angle of 81.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779149 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB11914573-
CMYK0.1800.500.43
HSL81.67º33.03%42.75%-
HSV(B)81.67º49.66%56.86%-
XYZ18.9424.6510.06-
YUV129.0296.39120.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 145 (57.03% from 255) = 43.03%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=35.31%
G=43.03%
B=21.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119145730.1800.500.4381.6733.0342.75
Hex779149120322B52212b
Octal16722111122062531224153
Binary11101111001000110010011001001100101010111010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779149; }

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

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

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

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

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

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

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

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