#7FC099

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

Shades of Padua #7FC099

Tints of Padua #7FC099

Color information

#7FC099 (or 0x7FC099) is unknown color: approx Padua. HEX triplet: 7F, C0 and 99. RGB value is (127,192,153). Sum of RGB (Red+Green+Blue) = 127+192+153=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC099 is #803F66. Grayscale: #A8A8A8. Windows color (decimal): -8404839 or 10076287. OLE color: 10076287.

HSL color Cylindrical-coordinate representation of color #7FC099: hue angle of 144º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC099 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB127192153-
CMYK0.3400.200.25
HSL144º34.03%62.55%-
HSV(B)144º33.85%75.29%-
XYZ33.3544.5136.97-
YUV168.12119.4798.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=26.91%
G=40.68%
B=32.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921530.3400.200.2514434.0362.55
Hex7FC099220141990223f
Octal17730023142024312204277
Binary111111111000000100110011000100101001100110010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,153); }

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

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

 a { background-color: rgb(127,192,153); }

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

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

 span { border-color: rgb(127,192,153); }

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