#7BC396

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

Shades of Padua #7BC396

Tints of Padua #7BC396

Color information

#7BC396 (or 0x7BC396) is unknown color: approx Padua. HEX triplet: 7B, C3 and 96. RGB value is (123,195,150). Sum of RGB (Red+Green+Blue) = 123+195+150=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC396 is #843C69. Grayscale: #A8A8A8. Windows color (decimal): -8666218 or 9880443. OLE color: 9880443.

HSL color Cylindrical-coordinate representation of color #7BC396: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC396 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB123195150-
CMYK0.3700.230.24
HSL142.5º37.5%62.35%-
HSV(B)142.5º36.92%76.47%-
XYZ33.1945.4435.88-
YUV168.34117.6595.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=26.28%
G=41.67%
B=32.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231951500.3700.230.24142.537.562.35
Hex7BC39625017188e263e
Octal17330322645027302164676
Binary111101111000011100101101001010101111100010001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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