#7CB491

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

Shades of Padua #7CB491

Tints of Padua #7CB491

Color information

#7CB491 (or 0x7CB491) is unknown color: approx Padua. HEX triplet: 7C, B4 and 91. RGB value is (124,180,145). Sum of RGB (Red+Green+Blue) = 124+180+145=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB491 is #834B6E. Grayscale: #9F9F9F. Windows color (decimal): -8604527 or 9548924. OLE color: 9548924.

HSL color Cylindrical-coordinate representation of color #7CB491: hue angle of 142.5º 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 #7CB491 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB124180145-
CMYK0.3100.190.29
HSL142.5º27.18%59.61%-
HSV(B)142.5º31.11%70.59%-
XYZ29.7438.9732.74-
YUV159.27119.95102.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=27.62%
G=40.09%
B=32.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241801450.3100.190.29142.527.1859.61
Hex7CB4911F0131D8e1b3c
Octal17426422137023352163374
Binary1111100101101001001000111111010011111011000111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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