Html Css Color HEX #76B492 Padua

📋 copy color: '#76B492'

red 118 ◦ green 180 ◦ blue 146

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

Shades of Padua #76B492

Tints of Padua #76B492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.88%

R = 26.58%
G = 40.54%
B = 32.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#76B492 (or 0x76B492) is known color: Padua. HEX triplet: 76, B4 and 92. RGB value is (118,180,146). Sum of RGB (Red+Green+Blue) = 118+180+146=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #76B492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B492 is #894B6D. Grayscale: #9D9D9D. Windows color (decimal): -8997742 or 9614454. OLE color: 9614454.

HSL color Cylindrical-coordinate representation of color #76B492: hue angle of 147.1º 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 #76B492 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 180 146 -
CMYK 0.34 0 0.19 0.29
HSL 147.1º 0.29% 0.58% -
HSV(B) 147.1º 0.34% 0.71% -
XYZ 28.98 38.57 33.11 -
YUV 157.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 118 180 146 0.34 0 0.19 0.29 147.1 0.29 0.58
Hex 76 B4 92 22 0 13 1D 93 1D 3A
Octal 166 264 222 42 0 23 35 223 35 72
Binary 1110110 10110100 10010010 100010 0 10011 11101 10010011 11101 111010

Color Harmonies of #76B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B492

Black with #76B492

Text Example


Text Example

White with #76B492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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