Html Css Color HEX #76B591 Padua

📋 copy color: '#76B591'

red 118 ◦ green 181 ◦ blue 145

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

Shades of Padua #76B591

Tints of Padua #76B591

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 145 (57.03% from 255) = 32.66%

R = 26.58%
G = 40.77%
B = 32.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#76B591 (or 0x76B591) is known color: Padua. HEX triplet: 76, B5 and 91. RGB value is (118,181,145). Sum of RGB (Red+Green+Blue) = 118+181+145=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #76B591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B591 is #894A6E. Grayscale: #9E9E9E. Windows color (decimal): -8997487 or 9549174. OLE color: 9549174.

HSL color Cylindrical-coordinate representation of color #76B591: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B591 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 181 145 -
CMYK 0.35 0 0.20 0.29
HSL 145.71º 0.3% 0.59% -
HSV(B) 145.71º 0.35% 0.71% -
XYZ 29.11 38.94 32.77 -
YUV 158.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 118 181 145 0.35 0 0.20 0.29 145.71 0.3 0.59
Hex 76 B5 91 23 0 14 1D 92 1E 3B
Octal 166 265 221 43 0 24 35 222 36 73
Binary 1110110 10110101 10010001 100011 0 10100 11101 10010010 11110 111011

Color Harmonies of #76B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B591

Black with #76B591

Text Example


Text Example

White with #76B591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,181,145); }

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

background-color css

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

 a { background-color: rgb(118,181,145); }

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

border-color css

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

 span { border-color: rgb(118,181,145); }

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