#7CC795

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

Shades of Padua #7CC795

Tints of Padua #7CC795

Color information

#7CC795 (or 0x7CC795) is unknown color: approx Padua. HEX triplet: 7C, C7 and 95. RGB value is (124,199,149). Sum of RGB (Red+Green+Blue) = 124+199+149=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC795 is #83386A. Grayscale: #ABABAB. Windows color (decimal): -8599659 or 9815932. OLE color: 9815932.

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

Color convert

RGB124199149-
CMYK0.3800.250.22
HSL140º40.11%63.33%-
HSV(B)140º37.69%78.04%-
XYZ34.1647.335.76-
YUV170.87115.6594.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 199 (78.12% from 255) = 42.16%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=26.27%
G=42.16%
B=31.57%

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
Decimal1241991490.3800.250.2214040.1163.33
Hex7CC79526019168c283f
Octal17430722546031262145077
Binary111110011000111100101011001100110011011010001100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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