#7CB39A

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

Shades of Padua #7CB39A

Tints of Padua #7CB39A

Color information

#7CB39A (or 0x7CB39A) is unknown color: approx Padua. HEX triplet: 7C, B3 and 9A. RGB value is (124,179,154). Sum of RGB (Red+Green+Blue) = 124+179+154=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB39A is #834C65. Grayscale: #9F9F9F. Windows color (decimal): -8604774 or 10138492. OLE color: 10138492.

HSL color Cylindrical-coordinate representation of color #7CB39A: hue angle of 152.73º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB39A is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB124179154-
CMYK0.3100.140.30
HSL152.73º26.57%59.41%-
HSV(B)152.73º30.73%70.2%-
XYZ30.2738.8636.48-
YUV159.71124.78102.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.13%
GREEN value IS 179 (70.31% from 255) = 39.17%
BLUE value IS 154 (60.55% from 255) = 33.70%
R=27.13%
G=39.17%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241791540.3100.140.30152.7326.5759.41
Hex7CB39A1F0E1E991b3b
Octal17426323237016362313373
Binary111110010110011100110101111101110111101001100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,154); }

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

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

 a { background-color: rgb(124,179,154); }

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

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

 span { border-color: rgb(124,179,154); }

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