#7BAD92

Color #7BAD92 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7BAD92

Tints of Padua #7BAD92

Color information

#7BAD92 (or 0x7BAD92) is unknown color: approx Padua. HEX triplet: 7B, AD and 92. RGB value is (123,173,146). Sum of RGB (Red+Green+Blue) = 123+173+146=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD92 is #84526D. Grayscale: #9B9B9B. Windows color (decimal): -8671854 or 9612667. OLE color: 9612667.

HSL color Cylindrical-coordinate representation of color #7BAD92: hue angle of 147.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD92 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB123173146-
CMYK0.2900.160.32
HSL147.6º23.36%58.04%-
HSV(B)147.6º28.9%67.84%-
XYZ28.336.1732.68-
YUV154.97122.94105.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 173 (67.97% from 255) = 39.14%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=27.83%
G=39.14%
B=33.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231731460.2900.160.32147.623.3658.04
Hex7BAD921D0102094173a
Octal17325522235020402242772
Binary11110111010110110010010111010100001000001001010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,146); }

 H1.HeaderClassName
 {
   color: #7BAD92;
 }
 .AnyTagClassName
 {
   color: #7BAD92;
 }
</style>
background-color css

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

 a { background-color: rgb(123,173,146); }

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

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

 span { border-color: rgb(123,173,146); }

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