#77C49A

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

Shades of Padua #77C49A

Tints of Padua #77C49A

Color information

#77C49A (or 0x77C49A) is unknown color: approx Padua. HEX triplet: 77, C4 and 9A. RGB value is (119,196,154). Sum of RGB (Red+Green+Blue) = 119+196+154=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #77C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C49A is #883B65. Grayscale: #A8A8A8. Windows color (decimal): -8928102 or 10142839. OLE color: 10142839.

HSL color Cylindrical-coordinate representation of color #77C49A: hue angle of 147.27º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C49A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB119196154-
CMYK0.3900.210.23
HSL147.27º39.49%61.76%-
HSV(B)147.27º39.29%76.86%-
XYZ33.1845.7337.65-
YUV168.19119.9992.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=25.37%
G=41.79%
B=32.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961540.3900.210.23147.2739.4961.76
Hex77C49A270151793273e
Octal16730423247025272234776
Binary111011111000100100110101001110101011011110010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,196,154); }

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

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

 a { background-color: rgb(119,196,154); }

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

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

 span { border-color: rgb(119,196,154); }

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