#7CC69E

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

Shades of Padua #7CC69E

Tints of Padua #7CC69E

Color information

#7CC69E (or 0x7CC69E) is unknown color: approx Padua. HEX triplet: 7C, C6 and 9E. RGB value is (124,198,158). Sum of RGB (Red+Green+Blue) = 124+198+158=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC69E is #833961. Grayscale: #ABABAB. Windows color (decimal): -8599906 or 10405500. OLE color: 10405500.

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

Color convert

RGB124198158-
CMYK0.3700.200.22
HSL147.57º39.36%63.14%-
HSV(B)147.57º37.37%77.65%-
XYZ34.6847.1439.62-
YUV171.31120.4894.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=25.83%
G=41.25%
B=32.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241981580.3700.200.22147.5739.3663.14
Hex7CC69E250141694273f
Octal17430623645024262244777
Binary111110011000110100111101001010101001011010010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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