Html Css Color HEX #77C097 Padua

📋 copy color: '#77C097'

red 119 ◦ green 192 ◦ blue 151

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

Shades of Padua #77C097

Tints of Padua #77C097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.56%

 BLUE value IS 151 (59.38% from 255) = 32.68%

R = 25.76%
G = 41.56%
B = 32.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#77C097 (or 0x77C097) is known color: Padua. HEX triplet: 77, C0 and 97. RGB value is (119,192,151). Sum of RGB (Red+Green+Blue) = 119+192+151=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #77C097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C097 is #883F68. Grayscale: #A5A5A5. Windows color (decimal): -8929129 or 9945207. OLE color: 9945207.

HSL color Cylindrical-coordinate representation of color #77C097: hue angle of 146.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C097 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 151 -
CMYK 0.38 0 0.21 0.25
HSL 146.3º 0.37% 0.61% -
HSV(B) 146.3º 0.38% 0.75% -
XYZ 32.04 43.86 36.05 -
YUV 165.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 119 192 151 0.38 0 0.21 0.25 146.3 0.37 0.61
Hex 77 C0 97 26 0 15 19 92 25 3D
Octal 167 300 227 46 0 25 31 222 45 75
Binary 1110111 11000000 10010111 100110 0 10101 11001 10010010 100101 111101

Color Harmonies of #77C097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C097

Black with #77C097

Text Example


Text Example

White with #77C097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,192,151); }

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

background-color css

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

 a { background-color: rgb(119,192,151); }

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

border-color css

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

 span { border-color: rgb(119,192,151); }

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