Html Css Color HEX #7BB991 Padua

📋 copy color: '#7BB991'

red 123 ◦ green 185 ◦ blue 145

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

Shades of Padua #7BB991

Tints of Padua #7BB991

RGB

 RED value IS 123 (48.44% from 255) = 27.15%

 GREEN value IS 185 (72.66% from 255) = 40.84%

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

R = 27.15%
G = 40.84%
B = 32.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#7BB991 (or 0x7BB991) is known color: Padua. HEX triplet: 7B, B9 and 91. RGB value is (123,185,145). Sum of RGB (Red+Green+Blue) = 123+185+145=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB991 is #84466E. Grayscale: #A1A1A1. Windows color (decimal): -8668783 or 9550203. OLE color: 9550203.

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

Color convert

RGB 123 185 145 -
CMYK 0.34 0 0.22 0.27
HSL 141.29º 0.31% 0.6% -
HSV(B) 141.29º 0.34% 0.73% -
XYZ 30.63 40.95 33.08 -
YUV 161.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 123 185 145 0.34 0 0.22 0.27 141.29 0.31 0.6
Hex 7B B9 91 22 0 16 1B 8D 1F 3C
Octal 173 271 221 42 0 26 33 215 37 74
Binary 1111011 10111001 10010001 100010 0 10110 11011 10001101 11111 111100

Color Harmonies of #7BB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB991

Black with #7BB991

Text Example


Text Example

White with #7BB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BB991; }

 p { color: rgb(123,185,145); }

 H1.HeaderClassName
 {
   color: #7BB991;
 }
 .AnyTagClassName
 {
   color: #7BB991;
 }
</style>

background-color css

<style>
 a { background-color: #7BB991; }

 a { background-color: rgb(123,185,145); }

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

border-color css

<style>
 span { border-color: #7BB991; }

 span { border-color: rgb(123,185,145); }

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