#7CB197

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

Shades of Padua #7CB197

Tints of Padua #7CB197

Color information

#7CB197 (or 0x7CB197) is unknown color: approx Padua. HEX triplet: 7C, B1 and 97. RGB value is (124,177,151). Sum of RGB (Red+Green+Blue) = 124+177+151=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB197 is #834E68. Grayscale: #9E9E9E. Windows color (decimal): -8605289 or 9941372. OLE color: 9941372.

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

Color convert

RGB124177151-
CMYK0.3000.150.31
HSL150.57º25.36%59.02%-
HSV(B)150.57º29.94%69.41%-
XYZ29.6237.9635.04-
YUV158.19123.94103.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 177 (69.53% from 255) = 39.16%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=27.43%
G=39.16%
B=33.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241771510.3000.150.31150.5725.3659.02
Hex7CB1971E0F1F97193b
Octal17426122736017372273173
Binary111110010110001100101111111001111111111001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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