#77C594

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

Shades of Padua #77C594

Tints of Padua #77C594

Color information

#77C594 (or 0x77C594) is unknown color: approx Padua. HEX triplet: 77, C5 and 94. RGB value is (119,197,148). Sum of RGB (Red+Green+Blue) = 119+197+148=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #77C594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C594 is #883A6B. Grayscale: #A8A8A8. Windows color (decimal): -8927852 or 9749879. OLE color: 9749879.

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

Color convert

RGB119197148-
CMYK0.4000.250.23
HSL142.31º40.21%61.96%-
HSV(B)142.31º39.59%77.25%-
XYZ32.9245.9935.16-
YUV168.09116.6692.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 197 (77.34% from 255) = 42.46%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=25.65%
G=42.46%
B=31.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191971480.4000.250.23142.3140.2161.96
Hex77C59428019178e283e
Octal16730522450031272165076
Binary111011111000101100101001010000110011011110001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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