#77C094

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

Shades of Padua #77C094

Tints of Padua #77C094

Color information

#77C094 (or 0x77C094) is unknown color: approx Padua. HEX triplet: 77, C0 and 94. RGB value is (119,192,148). Sum of RGB (Red+Green+Blue) = 119+192+148=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #77C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C094 is #883F6B. Grayscale: #A5A5A5. Windows color (decimal): -8929132 or 9748599. OLE color: 9748599.

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

Color convert

RGB119192148-
CMYK0.3800.230.25
HSL143.84º36.68%60.98%-
HSV(B)143.84º38.02%75.29%-
XYZ31.843.7634.79-
YUV165.16118.3295.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=25.93%
G=41.83%
B=32.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191921480.3800.230.25143.8436.6860.98
Hex77C094260171990253d
Octal16730022446027312204575
Binary111011111000000100101001001100101111100110010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,192,148); }

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

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

 a { background-color: rgb(119,192,148); }

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

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

 span { border-color: rgb(119,192,148); }

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