Html Css Color HEX #77B390 Padua

📋 copy color: '#77B390'

red 119 ◦ green 179 ◦ blue 144

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

Shades of Padua #77B390

Tints of Padua #77B390

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

 BLUE value IS 144 (56.64% from 255) = 32.58%

R = 26.92%
G = 40.5%
B = 32.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#77B390 (or 0x77B390) is known color: Padua. HEX triplet: 77, B3 and 90. RGB value is (119,179,144). Sum of RGB (Red+Green+Blue) = 119+179+144=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #77B390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B390 is #884C6F. Grayscale: #9D9D9D. Windows color (decimal): -8932464 or 9483127. OLE color: 9483127.

HSL color Cylindrical-coordinate representation of color #77B390: hue angle of 145º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B390 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 179 144 -
CMYK 0.34 0 0.20 0.30
HSL 145º 0.28% 0.58% -
HSV(B) 145º 0.34% 0.7% -
XYZ 28.76 38.18 32.24 -
YUV 157.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 119 179 144 0.34 0 0.20 0.30 145 0.28 0.58
Hex 77 B3 90 22 0 14 1E 91 1C 3A
Octal 167 263 220 42 0 24 36 221 34 72
Binary 1110111 10110011 10010000 100010 0 10100 11110 10010001 11100 111010

Color Harmonies of #77B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B390

Black with #77B390

Text Example


Text Example

White with #77B390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,179,144); }

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

background-color css

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

 a { background-color: rgb(119,179,144); }

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

border-color css

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

 span { border-color: rgb(119,179,144); }

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