Html Css Color HEX #76C196 Padua

📋 copy color: '#76C196'

red 118 ◦ green 193 ◦ blue 150

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

Shades of Padua #76C196

Tints of Padua #76C196

RGB

 RED value IS 118 (46.48% from 255) = 25.6%

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

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 25.6%
G = 41.87%
B = 32.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#76C196 (or 0x76C196) is known color: Padua. HEX triplet: 76, C1 and 96. RGB value is (118,193,150). Sum of RGB (Red+Green+Blue) = 118+193+150=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #76C196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C196 is #893E69. Grayscale: #A5A5A5. Windows color (decimal): -8994410 or 9879926. OLE color: 9879926.

HSL color Cylindrical-coordinate representation of color #76C196: hue angle of 145.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C196 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 150 -
CMYK 0.39 0 0.22 0.24
HSL 145.6º 0.38% 0.61% -
HSV(B) 145.6º 0.39% 0.76% -
XYZ 32.05 44.19 35.7 -
YUV 165.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 118 193 150 0.39 0 0.22 0.24 145.6 0.38 0.61
Hex 76 C1 96 27 0 16 18 92 26 3D
Octal 166 301 226 47 0 26 30 222 46 75
Binary 1110110 11000001 10010110 100111 0 10110 11000 10010010 100110 111101

Color Harmonies of #76C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C196

Black with #76C196

Text Example


Text Example

White with #76C196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C196; }

 p { color: rgb(118,193,150); }

 H1.HeaderClassName
 {
   color: #76C196;
 }
 .AnyTagClassName
 {
   color: #76C196;
 }
</style>

background-color css

<style>
 a { background-color: #76C196; }

 a { background-color: rgb(118,193,150); }

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

border-color css

<style>
 span { border-color: #76C196; }

 span { border-color: rgb(118,193,150); }

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