#7CB496

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

Shades of Padua #7CB496

Tints of Padua #7CB496

Color information

#7CB496 (or 0x7CB496) is unknown color: approx Padua. HEX triplet: 7C, B4 and 96. RGB value is (124,180,150). Sum of RGB (Red+Green+Blue) = 124+180+150=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB496 is #834B69. Grayscale: #9F9F9F. Windows color (decimal): -8604522 or 9876604. OLE color: 9876604.

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

Color convert

RGB124180150-
CMYK0.3100.170.29
HSL147.86º27.18%59.61%-
HSV(B)147.86º31.11%70.59%-
XYZ30.1439.1334.82-
YUV159.84122.45102.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.31%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=27.31%
G=39.65%
B=33.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241801500.3100.170.29147.8627.1859.61
Hex7CB4961F0111D941b3c
Octal17426422637021352243374
Binary1111100101101001001011011111010001111011001010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,150); }

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

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

 a { background-color: rgb(124,180,150); }

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

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

 span { border-color: rgb(124,180,150); }

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