Html Css Color HEX #76B490 Padua

📋 copy color: '#76B490'

red 118 ◦ green 180 ◦ blue 144

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

Shades of Padua #76B490

Tints of Padua #76B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 26.7%
G = 40.72%
B = 32.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#76B490 (or 0x76B490) is known color: Padua. HEX triplet: 76, B4 and 90. RGB value is (118,180,144). Sum of RGB (Red+Green+Blue) = 118+180+144=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #76B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B490 is #894B6F. Grayscale: #9D9D9D. Windows color (decimal): -8997744 or 9483382. OLE color: 9483382.

HSL color Cylindrical-coordinate representation of color #76B490: hue angle of 145.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B490 is Cyan = 0.34, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 144 -
CMYK 0.34 0 0.2 0.29
HSL 145.16º 0.29% 0.58% -
HSV(B) 145.16º 0.34% 0.71% -
XYZ 28.83 38.51 32.3 -
YUV 157.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 118 180 144 0.34 0 0.2 0.29 145.16 0.29 0.58
Hex 76 B4 90 22 0 14 1D 91 1D 3A
Octal 166 264 220 42 0 24 35 221 35 72
Binary 1110110 10110100 10010000 100010 0 10100 11101 10010001 11101 111010

Color Harmonies of #76B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B490

Black with #76B490

Text Example


Text Example

White with #76B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,144); }

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

background-color css

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

 a { background-color: rgb(118,180,144); }

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

border-color css

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

 span { border-color: rgb(118,180,144); }

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