#7FB199

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

Shades of Padua #7FB199

Tints of Padua #7FB199

Color information

#7FB199 (or 0x7FB199) is unknown color: approx Padua. HEX triplet: 7F, B1 and 99. RGB value is (127,177,153). Sum of RGB (Red+Green+Blue) = 127+177+153=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 153 (60.16% from 255 or 33.48% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB199 is #804E66. Grayscale: #9F9F9F. Windows color (decimal): -8408679 or 10072447. OLE color: 10072447.

HSL color Cylindrical-coordinate representation of color #7FB199: hue angle of 151.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB199 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB127177153-
CMYK0.2800.140.31
HSL151.2º24.27%59.61%-
HSV(B)151.2º28.25%69.41%-
XYZ30.2238.2635.93-
YUV159.31124.44104.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 153 (60.16% from 255) = 33.48%
R=27.79%
G=38.73%
B=33.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771530.2800.140.31151.224.2759.61
Hex7FB1991C0E1F97183c
Octal17726123134016372273074
Binary111111110110001100110011110001110111111001011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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