Html Css Color HEX #77C198 Padua

📋 copy color: '#77C198'

red 119 ◦ green 193 ◦ blue 152

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

Shades of Padua #77C198

Tints of Padua #77C198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.76%

R = 25.65%
G = 41.59%
B = 32.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#77C198 (or 0x77C198) is known color: Padua. HEX triplet: 77, C1 and 98. RGB value is (119,193,152). Sum of RGB (Red+Green+Blue) = 119+193+152=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #77C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C198 is #883E67. Grayscale: #A6A6A6. Windows color (decimal): -8928872 or 10010999. OLE color: 10010999.

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

Color convert

RGB 119 193 152 -
CMYK 0.38 0 0.21 0.24
HSL 146.76º 0.37% 0.61% -
HSV(B) 146.76º 0.38% 0.76% -
XYZ 32.35 44.33 36.56 -
YUV 166.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 119 193 152 0.38 0 0.21 0.24 146.76 0.37 0.61
Hex 77 C1 98 26 0 15 18 93 25 3D
Octal 167 301 230 46 0 25 30 223 45 75
Binary 1110111 11000001 10011000 100110 0 10101 11000 10010011 100101 111101

Color Harmonies of #77C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C198

Black with #77C198

Text Example


Text Example

White with #77C198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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