Html Css Color HEX #76BD92 Padua

📋 copy color: '#76BD92'

red 118 ◦ green 189 ◦ blue 146

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

Shades of Padua #76BD92

Tints of Padua #76BD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

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

R = 26.05%
G = 41.72%
B = 32.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#76BD92 (or 0x76BD92) is known color: Padua. HEX triplet: 76, BD and 92. RGB value is (118,189,146). Sum of RGB (Red+Green+Blue) = 118+189+146=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BD92 is #89426D. Grayscale: #A2A2A2. Windows color (decimal): -8995438 or 9616758. OLE color: 9616758.

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

Color convert

RGB 118 189 146 -
CMYK 0.38 0 0.23 0.26
HSL 143.66º 0.35% 0.6% -
HSV(B) 143.66º 0.38% 0.74% -
XYZ 30.86 42.32 33.74 -
YUV 162.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 118 189 146 0.38 0 0.23 0.26 143.66 0.35 0.6
Hex 76 BD 92 26 0 17 1A 90 23 3C
Octal 166 275 222 46 0 27 32 220 43 74
Binary 1110110 10111101 10010010 100110 0 10111 11010 10010000 100011 111100

Color Harmonies of #76BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BD92

Black with #76BD92

Text Example


Text Example

White with #76BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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