#7CB193

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

Shades of Padua #7CB193

Tints of Padua #7CB193

Color information

#7CB193 (or 0x7CB193) is unknown color: approx Padua. HEX triplet: 7C, B1 and 93. RGB value is (124,177,147). Sum of RGB (Red+Green+Blue) = 124+177+147=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB193 is #834E6C. Grayscale: #9D9D9D. Windows color (decimal): -8605293 or 9679228. OLE color: 9679228.

HSL color Cylindrical-coordinate representation of color #7CB193: hue angle of 146.04º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB193 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB124177147-
CMYK0.3000.170.31
HSL146.04º25.36%59.02%-
HSV(B)146.04º29.94%69.41%-
XYZ29.337.8433.36-
YUV157.73121.94103.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.68%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=27.68%
G=39.51%
B=32.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771470.3000.170.31146.0425.3659.02
Hex7CB1931E0111F92193b
Octal17426122336021372223173
Binary1111100101100011001001111110010001111111001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,147); }

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

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

 a { background-color: rgb(124,177,147); }

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

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

 span { border-color: rgb(124,177,147); }

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