Html Css Color HEX #7BAA90 Padua

📋 copy color: '#7BAA90'

red 123 ◦ green 170 ◦ blue 144

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

Shades of Padua #7BAA90

Tints of Padua #7BAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

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

R = 28.15%
G = 38.9%
B = 32.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#7BAA90 (or 0x7BAA90) is known color: Padua. HEX triplet: 7B, AA and 90. RGB value is (123,170,144). Sum of RGB (Red+Green+Blue) = 123+170+144=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA90 is #84556F. Grayscale: #999999. Windows color (decimal): -8672624 or 9480827. OLE color: 9480827.

HSL color Cylindrical-coordinate representation of color #7BAA90: hue angle of 146.81º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA90 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 144 -
CMYK 0.28 0 0.15 0.33
HSL 146.81º 0.22% 0.57% -
HSV(B) 146.81º 0.28% 0.67% -
XYZ 27.58 34.97 31.68 -
YUV 152.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 123 170 144 0.28 0 0.15 0.33 146.81 0.22 0.57
Hex 7B AA 90 1C 0 F 21 93 16 39
Octal 173 252 220 34 0 17 41 223 26 71
Binary 1111011 10101010 10010000 11100 0 1111 100001 10010011 10110 111001

Color Harmonies of #7BAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA90

Black with #7BAA90

Text Example


Text Example

White with #7BAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,144); }

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

background-color css

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

 a { background-color: rgb(123,170,144); }

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

border-color css

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

 span { border-color: rgb(123,170,144); }

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