#7CC796

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

Shades of Padua #7CC796

Tints of Padua #7CC796

Color information

#7CC796 (or 0x7CC796) is unknown color: approx Padua. HEX triplet: 7C, C7 and 96. RGB value is (124,199,150). Sum of RGB (Red+Green+Blue) = 124+199+150=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC796 is #833869. Grayscale: #ABABAB. Windows color (decimal): -8599658 or 9881468. OLE color: 9881468.

HSL color Cylindrical-coordinate representation of color #7CC796: hue angle of 140.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC796 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB124199150-
CMYK0.3800.250.22
HSL140.8º40.11%63.33%-
HSV(B)140.8º37.69%78.04%-
XYZ34.2447.3336.19-
YUV170.99116.1594.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.22%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=26.22%
G=42.07%
B=31.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241991500.3800.250.22140.840.1163.33
Hex7CC79626019168d283f
Octal17430722646031262155077
Binary111110011000111100101101001100110011011010001101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,199,150); }

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

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

 a { background-color: rgb(124,199,150); }

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

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

 span { border-color: rgb(124,199,150); }

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