#7BB396

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

Shades of Padua #7BB396

Tints of Padua #7BB396

Color information

#7BB396 (or 0x7BB396) is unknown color: approx Padua. HEX triplet: 7B, B3 and 96. RGB value is (123,179,150). Sum of RGB (Red+Green+Blue) = 123+179+150=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB396 is #844C69. Grayscale: #9F9F9F. Windows color (decimal): -8670314 or 9876347. OLE color: 9876347.

HSL color Cylindrical-coordinate representation of color #7BB396: hue angle of 148.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB396 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB123179150-
CMYK0.3100.160.30
HSL148.93º26.92%59.22%-
HSV(B)148.93º31.28%70.2%-
XYZ29.7938.6534.74-
YUV158.95122.95102.36-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.21%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=27.21%
G=39.60%
B=33.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231791500.3100.160.30148.9326.9259.22
Hex7BB3961F0101E951b3b
Octal17326322637020362253373
Binary1111011101100111001011011111010000111101001010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,150); }

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

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

 a { background-color: rgb(123,179,150); }

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

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

 span { border-color: rgb(123,179,150); }

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