#7FB295

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

Shades of Padua #7FB295

Tints of Padua #7FB295

Color information

#7FB295 (or 0x7FB295) is unknown color: approx Padua. HEX triplet: 7F, B2 and 95. RGB value is (127,178,149). Sum of RGB (Red+Green+Blue) = 127+178+149=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB295 is #804D6A. Grayscale: #9F9F9F. Windows color (decimal): -8408427 or 9810559. OLE color: 9810559.

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

Color convert

RGB127178149-
CMYK0.2900.160.30
HSL145.88º24.88%59.8%-
HSV(B)145.88º28.65%69.8%-
XYZ30.138.5234.28-
YUV159.44122.1104.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.97%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=27.97%
G=39.21%
B=32.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271781490.2900.160.30145.8824.8859.8
Hex7FB2951D0101E92193c
Octal17726222535020362223174
Binary1111111101100101001010111101010000111101001001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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