#77B055

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

Shades of Asparagus #77B055

Tints of Asparagus #77B055

Color information

#77B055 (or 0x77B055) is unknown color: approx Asparagus. HEX triplet: 77, B0 and 55. RGB value is (119,176,85). Sum of RGB (Red+Green+Blue) = 119+176+85=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #77B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B055 is #884FAA. Grayscale: #949494. Windows color (decimal): -8933291 or 5615735. OLE color: 5615735.

HSL color Cylindrical-coordinate representation of color #77B055: hue angle of 97.58º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B055 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB11917685-
CMYK0.3200.520.31
HSL97.58º36.55%51.18%-
HSV(B)97.58º51.7%69.02%-
XYZ24.7735.6314.17-
YUV148.5892.12106.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.32%
GREEN value IS 176 (69.14% from 255) = 46.32%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=31.32%
G=46.32%
B=22.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119176850.3200.520.3197.5836.5551.18
Hex77B055200341F622533
Octal16726012540064371424563
Binary11101111011000010101011000000110100111111100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B055; }

 p { color: rgb(119,176,85); }

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

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

 a { background-color: rgb(119,176,85); }

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

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

 span { border-color: rgb(119,176,85); }

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