#77C19B

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

Shades of Padua #77C19B

Tints of Padua #77C19B

Color information

#77C19B (or 0x77C19B) is unknown color: approx Padua. HEX triplet: 77, C1 and 9B. RGB value is (119,193,155). Sum of RGB (Red+Green+Blue) = 119+193+155=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 155 (60.94% from 255 or 33.19% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #77C19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C19B is #883E64. Grayscale: #A6A6A6. Windows color (decimal): -8928869 or 10207607. OLE color: 10207607.

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

Color convert

RGB119193155-
CMYK0.3800.200.24
HSL149.19º37.37%61.18%-
HSV(B)149.19º38.34%75.69%-
XYZ32.5944.4337.87-
YUV166.54121.4894.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 155 (60.94% from 255) = 33.19%
R=25.48%
G=41.33%
B=33.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191931550.3800.200.24149.1937.3761.18
Hex77C19B260141895253d
Octal16730123346024302254575
Binary111011111000001100110111001100101001100010010101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,193,155); }

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

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

 a { background-color: rgb(119,193,155); }

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

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

 span { border-color: rgb(119,193,155); }

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