Html Css Color HEX #77C19D Padua

📋 copy color: '#77C19D'

red 119 ◦ green 193 ◦ blue 157

#77C19D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #77C19D

Tints of Padua #77C19D

RGB

 RED value IS 119 (46.88% from 255) = 25.37%

 GREEN value IS 193 (75.78% from 255) = 41.15%

 BLUE value IS 157 (61.72% from 255) = 33.48%

R = 25.37%
G = 41.15%
B = 33.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#77C19D (or 0x77C19D) is known color: Padua. HEX triplet: 77, C1 and 9D. RGB value is (119,193,157). Sum of RGB (Red+Green+Blue) = 119+193+157=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #77C19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C19D is #883E62. Grayscale: #A6A6A6. Windows color (decimal): -8928867 or 10338679. OLE color: 10338679.

HSL color Cylindrical-coordinate representation of color #77C19D: hue angle of 150.81º 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 #77C19D is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 193 157 -
CMYK 0.38 0 0.19 0.24
HSL 150.81º 0.37% 0.61% -
HSV(B) 150.81º 0.38% 0.76% -
XYZ 32.76 44.5 38.76 -
YUV 166.77 122.48 93.93 -
System Red Green Blue C M Y K H S L
Decimal 119 193 157 0.38 0 0.19 0.24 150.81 0.37 0.61
Hex 77 C1 9D 26 0 13 18 97 25 3D
Octal 167 301 235 46 0 23 30 227 45 75
Binary 1110111 11000001 10011101 100110 0 10011 11000 10010111 100101 111101

Color Harmonies of #77C19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C19D

Black with #77C19D

Text Example


Text Example

White with #77C19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77C19D;
 }
 .AnyTagClassName
 {
   color: #77C19D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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