#7FB29A

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

Shades of Padua #7FB29A

Tints of Padua #7FB29A

Color information

#7FB29A (or 0x7FB29A) is unknown color: approx Padua. HEX triplet: 7F, B2 and 9A. RGB value is (127,178,154). Sum of RGB (Red+Green+Blue) = 127+178+154=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB29A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB29A is #804D65. Grayscale: #A0A0A0. Windows color (decimal): -8408422 or 10138239. OLE color: 10138239.

HSL color Cylindrical-coordinate representation of color #7FB29A: hue angle of 151.76º 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 #7FB29A is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB127178154-
CMYK0.2900.130.30
HSL151.76º24.88%59.8%-
HSV(B)151.76º28.65%69.8%-
XYZ30.5138.6936.43-
YUV160.02124.6104.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=27.67%
G=38.78%
B=33.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781540.2900.130.30151.7624.8859.8
Hex7FB29A1D0D1E98193c
Octal17726223235015362303174
Binary111111110110010100110101110101101111101001100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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