#7CB59C

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

Shades of Padua #7CB59C

Tints of Padua #7CB59C

Color information

#7CB59C (or 0x7CB59C) is unknown color: approx Padua. HEX triplet: 7C, B5 and 9C. RGB value is (124,181,156). Sum of RGB (Red+Green+Blue) = 124+181+156=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB59C is #834A63. Grayscale: #A1A1A1. Windows color (decimal): -8604260 or 10270076. OLE color: 10270076.

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

Color convert

RGB124181156-
CMYK0.3100.140.29
HSL153.68º27.8%59.8%-
HSV(B)153.68º31.49%70.98%-
XYZ30.8439.7337.5-
YUV161.11125.12101.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 156 (61.33% from 255) = 33.84%
R=26.90%
G=39.26%
B=33.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241811560.3100.140.29153.6827.859.8
Hex7CB59C1F0E1D9a1c3c
Octal17426523437016352323474
Binary111110010110101100111001111101110111011001101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,156); }

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

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

 a { background-color: rgb(124,181,156); }

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

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

 span { border-color: rgb(124,181,156); }

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