#7FB396

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

Shades of Padua #7FB396

Tints of Padua #7FB396

Color information

#7FB396 (or 0x7FB396) is unknown color: approx Padua. HEX triplet: 7F, B3 and 96. RGB value is (127,179,150). Sum of RGB (Red+Green+Blue) = 127+179+150=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB396 is #804C69. Grayscale: #A0A0A0. Windows color (decimal): -8408170 or 9876351. OLE color: 9876351.

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

Color convert

RGB127179150-
CMYK0.2900.160.30
HSL146.54º25.49%60%-
HSV(B)146.54º29.05%70.2%-
XYZ30.3838.9534.77-
YUV160.15122.27104.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 150 (58.98% from 255) = 32.89%
R=27.85%
G=39.25%
B=32.89%

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
Decimal1271791500.2900.160.30146.5425.4960
Hex7FB3961D0101E93193c
Octal17726322635020362233174
Binary1111111101100111001011011101010000111101001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,150); }

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

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

 a { background-color: rgb(127,179,150); }

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

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

 span { border-color: rgb(127,179,150); }

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