Html Css Color HEX #77C191 Padua

📋 copy color: '#77C191'

red 119 ◦ green 193 ◦ blue 145

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

Shades of Padua #77C191

Tints of Padua #77C191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 31.73%

R = 26.04%
G = 42.23%
B = 31.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#77C191 (or 0x77C191) is known color: Padua. HEX triplet: 77, C1 and 91. RGB value is (119,193,145). Sum of RGB (Red+Green+Blue) = 119+193+145=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #77C191 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C191 is #883E6E. Grayscale: #A5A5A5. Windows color (decimal): -8928879 or 9552247. OLE color: 9552247.

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

Color convert

RGB 119 193 145 -
CMYK 0.38 0 0.25 0.24
HSL 141.08º 0.37% 0.61% -
HSV(B) 141.08º 0.38% 0.76% -
XYZ 31.79 44.11 33.63 -
YUV 165.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 119 193 145 0.38 0 0.25 0.24 141.08 0.37 0.61
Hex 77 C1 91 26 0 19 18 8D 25 3D
Octal 167 301 221 46 0 31 30 215 45 75
Binary 1110111 11000001 10010001 100110 0 11001 11000 10001101 100101 111101

Color Harmonies of #77C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C191

Black with #77C191

Text Example


Text Example

White with #77C191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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