#7CB591

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

Shades of Padua #7CB591

Tints of Padua #7CB591

Color information

#7CB591 (or 0x7CB591) is unknown color: approx Padua. HEX triplet: 7C, B5 and 91. RGB value is (124,181,145). Sum of RGB (Red+Green+Blue) = 124+181+145=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB591 is #834A6E. Grayscale: #9F9F9F. Windows color (decimal): -8604271 or 9549180. OLE color: 9549180.

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

Color convert

RGB124181145-
CMYK0.3100.200.29
HSL142.11º27.8%59.8%-
HSV(B)142.11º31.49%70.98%-
XYZ29.9539.3832.81-
YUV159.85119.62102.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.56%
GREEN value IS 181 (71.09% from 255) = 40.22%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=27.56%
G=40.22%
B=32.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241811450.3100.200.29142.1127.859.8
Hex7CB5911F0141D8e1c3c
Octal17426522137024352163474
Binary1111100101101011001000111111010100111011000111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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