#77C29A

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

Shades of Padua #77C29A

Tints of Padua #77C29A

Color information

#77C29A (or 0x77C29A) is unknown color: approx Padua. HEX triplet: 77, C2 and 9A. RGB value is (119,194,154). Sum of RGB (Red+Green+Blue) = 119+194+154=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #77C29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C29A is #883D65. Grayscale: #A7A7A7. Windows color (decimal): -8928614 or 10142327. OLE color: 10142327.

HSL color Cylindrical-coordinate representation of color #77C29A: hue angle of 148º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C29A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB119194154-
CMYK0.3900.210.24
HSL148º38.07%61.37%-
HSV(B)148º38.66%76.08%-
XYZ32.7344.8437.5-
YUV167.02120.6593.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 154 (60.55% from 255) = 32.98%
R=25.48%
G=41.54%
B=32.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941540.3900.210.2414838.0761.37
Hex77C29A270151894263d
Octal16730223247025302244675
Binary111011111000010100110101001110101011100010010100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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