Html Css Color HEX #76B690 Padua

📋 copy color: '#76B690'

red 118 ◦ green 182 ◦ blue 144

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

Shades of Padua #76B690

Tints of Padua #76B690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 26.58%
G = 40.99%
B = 32.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#76B690 (or 0x76B690) is known color: Padua. HEX triplet: 76, B6 and 90. RGB value is (118,182,144). Sum of RGB (Red+Green+Blue) = 118+182+144=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #76B690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B690 is #89496F. Grayscale: #9E9E9E. Windows color (decimal): -8997232 or 9483894. OLE color: 9483894.

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

Color convert

RGB 118 182 144 -
CMYK 0.35 0 0.21 0.29
HSL 144.38º 0.3% 0.59% -
HSV(B) 144.38º 0.35% 0.71% -
XYZ 29.23 39.32 32.43 -
YUV 158.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 118 182 144 0.35 0 0.21 0.29 144.38 0.3 0.59
Hex 76 B6 90 23 0 15 1D 90 1E 3B
Octal 166 266 220 43 0 25 35 220 36 73
Binary 1110110 10110110 10010000 100011 0 10101 11101 10010000 11110 111011

Color Harmonies of #76B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B690

Black with #76B690

Text Example


Text Example

White with #76B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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