Html Css Color HEX #76BE92 Padua

📋 copy color: '#76BE92'

red 118 ◦ green 190 ◦ blue 146

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

Shades of Padua #76BE92

Tints of Padua #76BE92

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

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

R = 25.99%
G = 41.85%
B = 32.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#76BE92 (or 0x76BE92) is known color: Padua. HEX triplet: 76, BE and 92. RGB value is (118,190,146). Sum of RGB (Red+Green+Blue) = 118+190+146=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BE92 is #89416D. Grayscale: #A3A3A3. Windows color (decimal): -8995182 or 9617014. OLE color: 9617014.

HSL color Cylindrical-coordinate representation of color #76BE92: hue angle of 143.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE92 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 146 -
CMYK 0.38 0 0.23 0.25
HSL 143.33º 0.36% 0.6% -
HSV(B) 143.33º 0.38% 0.75% -
XYZ 31.07 42.75 33.81 -
YUV 163.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 118 190 146 0.38 0 0.23 0.25 143.33 0.36 0.6
Hex 76 BE 92 26 0 17 19 8F 24 3C
Octal 166 276 222 46 0 27 31 217 44 74
Binary 1110110 10111110 10010010 100110 0 10111 11001 10001111 100100 111100

Color Harmonies of #76BE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE92

Black with #76BE92

Text Example


Text Example

White with #76BE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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