#7CC69C

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

Shades of Padua #7CC69C

Tints of Padua #7CC69C

Color information

#7CC69C (or 0x7CC69C) is unknown color: approx Padua. HEX triplet: 7C, C6 and 9C. RGB value is (124,198,156). Sum of RGB (Red+Green+Blue) = 124+198+156=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC69C is #833963. Grayscale: #ABABAB. Windows color (decimal): -8599908 or 10274428. OLE color: 10274428.

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

Color convert

RGB124198156-
CMYK0.3700.210.22
HSL145.95º39.36%63.14%-
HSV(B)145.95º37.37%77.65%-
XYZ34.5147.0738.72-
YUV171.09119.4894.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 198 (77.73% from 255) = 41.42%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=25.94%
G=41.42%
B=32.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241981560.3700.210.22145.9539.3663.14
Hex7CC69C250151692273f
Octal17430623445025262224777
Binary111110011000110100111001001010101011011010010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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