#779251

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

Shades of Highland #779251

Tints of Highland #779251

Color information

#779251 (or 0x779251) is unknown color: approx Highland. HEX triplet: 77, 92 and 51. RGB value is (119,146,81). Sum of RGB (Red+Green+Blue) = 119+146+81=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #779251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779251 is #886DAE. Grayscale: #828282. Windows color (decimal): -8940975 or 5345911. OLE color: 5345911.

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

Color convert

RGB11914681-
CMYK0.1800.450.43
HSL84.92º28.63%44.51%-
HSV(B)84.92º44.52%57.25%-
XYZ19.3725.0711.6-
YUV130.52100.05119.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=34.39%
G=42.20%
B=23.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119146810.1800.450.4384.9228.6344.51
Hex7792511202D2B551d2d
Octal16722212122055531253555
Binary1110111100100101010001100100101101101011101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779251; }

 p { color: rgb(119,146,81); }

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

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

 a { background-color: rgb(119,146,81); }

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

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

 span { border-color: rgb(119,146,81); }

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