#7CB492

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

Shades of Padua #7CB492

Tints of Padua #7CB492

Color information

#7CB492 (or 0x7CB492) is unknown color: approx Padua. HEX triplet: 7C, B4 and 92. RGB value is (124,180,146). Sum of RGB (Red+Green+Blue) = 124+180+146=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB492 is #834B6D. Grayscale: #9F9F9F. Windows color (decimal): -8604526 or 9614460. OLE color: 9614460.

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

Color convert

RGB124180146-
CMYK0.3100.190.29
HSL143.57º27.18%59.61%-
HSV(B)143.57º31.11%70.59%-
XYZ29.823933.15-
YUV159.38120.45102.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=27.56%
G=40%
B=32.44%

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
Decimal1241801460.3100.190.29143.5727.1859.61
Hex7CB4921F0131D901b3c
Octal17426422237023352203374
Binary1111100101101001001001011111010011111011001000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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