#7FB299

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

Shades of Padua #7FB299

Tints of Padua #7FB299

Color information

#7FB299 (or 0x7FB299) is unknown color: approx Padua. HEX triplet: 7F, B2 and 99. RGB value is (127,178,153). Sum of RGB (Red+Green+Blue) = 127+178+153=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB299 is #804D66. Grayscale: #9F9F9F. Windows color (decimal): -8408423 or 10072703. OLE color: 10072703.

HSL color Cylindrical-coordinate representation of color #7FB299: hue angle of 150.59º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB299 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB127178153-
CMYK0.2900.140.30
HSL150.59º24.88%59.8%-
HSV(B)150.59º28.65%69.8%-
XYZ30.4238.6535.99-
YUV159.9124.1104.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 153 (60.16% from 255) = 33.41%
R=27.73%
G=38.86%
B=33.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781530.2900.140.30150.5924.8859.8
Hex7FB2991D0E1E97193c
Octal17726223135016362273174
Binary111111110110010100110011110101110111101001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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