#7FBA92

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

Shades of Padua #7FBA92

Tints of Padua #7FBA92

Color information

#7FBA92 (or 0x7FBA92) is unknown color: approx Padua. HEX triplet: 7F, BA and 92. RGB value is (127,186,146). Sum of RGB (Red+Green+Blue) = 127+186+146=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA92 is #80456D. Grayscale: #A3A3A3. Windows color (decimal): -8406382 or 9615999. OLE color: 9615999.

HSL color Cylindrical-coordinate representation of color #7FBA92: hue angle of 139.32º 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 #7FBA92 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB127186146-
CMYK0.3200.220.27
HSL139.32º29.95%61.37%-
HSV(B)139.32º31.72%72.94%-
XYZ31.541.7133.58-
YUV163.8117.95101.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=27.67%
G=40.52%
B=31.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861460.3200.220.27139.3229.9561.37
Hex7FBA92200161B8b1e3d
Octal17727222240026332133675
Binary11111111011101010010010100000010110110111000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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