#7FB493

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

Shades of Padua #7FB493

Tints of Padua #7FB493

Color information

#7FB493 (or 0x7FB493) is unknown color: approx Padua. HEX triplet: 7F, B4 and 93. RGB value is (127,180,147). Sum of RGB (Red+Green+Blue) = 127+180+147=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB493 is #804B6C. Grayscale: #A0A0A0. Windows color (decimal): -8407917 or 9679999. OLE color: 9679999.

HSL color Cylindrical-coordinate representation of color #7FB493: hue angle of 142.64º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB493 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB127180147-
CMYK0.2900.180.29
HSL142.64º26.11%60.2%-
HSV(B)142.64º29.44%70.59%-
XYZ30.3439.2633.58-
YUV160.39120.44104.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.97%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=27.97%
G=39.65%
B=32.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801470.2900.180.29142.6426.1160.2
Hex7FB4931D0121D8f1a3c
Octal17726422335022352173274
Binary1111111101101001001001111101010010111011000111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,147); }

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

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

 a { background-color: rgb(127,180,147); }

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

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

 span { border-color: rgb(127,180,147); }

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