#779551

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

Shades of Highland #779551

Tints of Highland #779551

Color information

#779551 (or 0x779551) is unknown color: approx Highland. HEX triplet: 77, 95 and 51. RGB value is (119,149,81). Sum of RGB (Red+Green+Blue) = 119+149+81=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #779551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779551 is #886AAE. Grayscale: #848484. Windows color (decimal): -8940207 or 5346679. OLE color: 5346679.

HSL color Cylindrical-coordinate representation of color #779551: hue angle of 86.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779551 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11914981-
CMYK0.2000.460.42
HSL86.47º29.57%45.1%-
HSV(B)86.47º45.64%58.43%-
XYZ19.8426.0111.76-
YUV132.2899.06118.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 81 (32.03% from 255) = 23.21%
R=34.10%
G=42.69%
B=23.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119149810.2000.460.4286.4729.5745.1
Hex7795511402E2A561e2d
Octal16722512124056521263655
Binary1110111100101011010001101000101110101010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779551; }

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

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

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

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

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

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

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

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