Html Css Color HEX #76B290 Padua

📋 copy color: '#76B290'

red 118 ◦ green 178 ◦ blue 144

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

Shades of Padua #76B290

Tints of Padua #76B290

RGB

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

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

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

R = 26.82%
G = 40.45%
B = 32.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#76B290 (or 0x76B290) is known color: Padua. HEX triplet: 76, B2 and 90. RGB value is (118,178,144). Sum of RGB (Red+Green+Blue) = 118+178+144=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 178 - color contains mainly: green. Hex color #76B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B290 is #894D6F. Grayscale: #9C9C9C. Windows color (decimal): -8998256 or 9482870. OLE color: 9482870.

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

Color convert

RGB 118 178 144 -
CMYK 0.34 0 0.19 0.30
HSL 146º 0.28% 0.58% -
HSV(B) 146º 0.34% 0.7% -
XYZ 28.43 37.71 32.17 -
YUV 156.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 118 178 144 0.34 0 0.19 0.30 146 0.28 0.58
Hex 76 B2 90 22 0 13 1E 92 1C 3A
Octal 166 262 220 42 0 23 36 222 34 72
Binary 1110110 10110010 10010000 100010 0 10011 11110 10010010 11100 111010

Color Harmonies of #76B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B290

Black with #76B290

Text Example


Text Example

White with #76B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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