#7FBA93

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

Shades of Padua #7FBA93

Tints of Padua #7FBA93

Color information

#7FBA93 (or 0x7FBA93) is unknown color: approx Padua. HEX triplet: 7F, BA and 93. RGB value is (127,186,147). Sum of RGB (Red+Green+Blue) = 127+186+147=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA93 is #80456C. Grayscale: #A4A4A4. Windows color (decimal): -8406381 or 9681535. OLE color: 9681535.

HSL color Cylindrical-coordinate representation of color #7FBA93: hue angle of 140.34º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBA93 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB127186147-
CMYK0.3200.210.27
HSL140.34º29.95%61.37%-
HSV(B)140.34º31.72%72.94%-
XYZ31.5841.7434-
YUV163.91118.45101.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=27.61%
G=40.43%
B=31.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861470.3200.210.27140.3429.9561.37
Hex7FBA93200151B8c1e3d
Octal17727222340025332143675
Binary11111111011101010010011100000010101110111000110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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