Html Css Color HEX #77B290 Padua

📋 copy color: '#77B290'

red 119 ◦ green 178 ◦ blue 144

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

Shades of Padua #77B290

Tints of Padua #77B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 26.98%
G = 40.36%
B = 32.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#77B290 (or 0x77B290) is known color: Padua. HEX triplet: 77, B2 and 90. RGB value is (119,178,144). Sum of RGB (Red+Green+Blue) = 119+178+144=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #77B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B290 is #884D6F. Grayscale: #9C9C9C. Windows color (decimal): -8932720 or 9482871. OLE color: 9482871.

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

Color convert

RGB 119 178 144 -
CMYK 0.33 0 0.19 0.30
HSL 145.42º 0.28% 0.58% -
HSV(B) 145.42º 0.33% 0.7% -
XYZ 28.56 37.78 32.17 -
YUV 156.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 119 178 144 0.33 0 0.19 0.30 145.42 0.28 0.58
Hex 77 B2 90 21 0 13 1E 91 1C 3A
Octal 167 262 220 41 0 23 36 221 34 72
Binary 1110111 10110010 10010000 100001 0 10011 11110 10010001 11100 111010

Color Harmonies of #77B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B290

Black with #77B290

Text Example


Text Example

White with #77B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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