Html Css Color HEX #76BB93 Padua

📋 copy color: '#76BB93'

red 118 ◦ green 187 ◦ blue 147

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

Shades of Padua #76BB93

Tints of Padua #76BB93

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.37%

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 26.11%
G = 41.37%
B = 32.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#76BB93 (or 0x76BB93) is known color: Padua. HEX triplet: 76, BB and 93. RGB value is (118,187,147). Sum of RGB (Red+Green+Blue) = 118+187+147=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB93 is #89446C. Grayscale: #A1A1A1. Windows color (decimal): -8995949 or 9681782. OLE color: 9681782.

HSL color Cylindrical-coordinate representation of color #76BB93: hue angle of 145.22º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BB93 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 187 147 -
CMYK 0.37 0 0.21 0.27
HSL 145.22º 0.34% 0.6% -
HSV(B) 145.22º 0.37% 0.73% -
XYZ 30.51 41.5 34.01 -
YUV 161.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 118 187 147 0.37 0 0.21 0.27 145.22 0.34 0.6
Hex 76 BB 93 25 0 15 1B 91 22 3C
Octal 166 273 223 45 0 25 33 221 42 74
Binary 1110110 10111011 10010011 100101 0 10101 11011 10010001 100010 111100

Color Harmonies of #76BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BB93

Black with #76BB93

Text Example


Text Example

White with #76BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,187,147); }

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

background-color css

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

 a { background-color: rgb(118,187,147); }

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

border-color css

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

 span { border-color: rgb(118,187,147); }

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